We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d89516 commit 925c49eCopy full SHA for 925c49e
packages/pytest-simcore/src/pytest_simcore/db_entries_mocks.py
@@ -33,8 +33,9 @@
33
34
@pytest.fixture()
35
def create_registered_user(
36
- postgres_db: sa.engine.Engine, faker: Faker
+ postgres_db: sa.engine.Engine,
37
) -> Iterator[Callable[..., dict]]:
38
+ """Fixture to create a registered user with secrets in the database."""
39
created_user_ids = []
40
41
with contextlib.ExitStack() as stack:
0 commit comments