Fix function name of user factory fixture
This commit is contained in:
Родитель
2f57104f22
Коммит
480acfb19c
|
@ -41,7 +41,7 @@ class UserFactory:
|
|||
|
||||
|
||||
@pytest.fixture(name="user_factory", scope="session")
|
||||
def user_fixture():
|
||||
def fixture_user_factory():
|
||||
return UserFactory()
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче