import pytest from tests.unit.faker import FakerTyped @pytest.fixture def user_id(fake: FakerTyped) -> str: return fake.pystr()