Skip to content

Commit 925c49e

Browse files
committed
minor
1 parent 0d89516 commit 925c49e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/pytest-simcore/src/pytest_simcore/db_entries_mocks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333

3434
@pytest.fixture()
3535
def create_registered_user(
36-
postgres_db: sa.engine.Engine, faker: Faker
36+
postgres_db: sa.engine.Engine,
3737
) -> Iterator[Callable[..., dict]]:
38+
"""Fixture to create a registered user with secrets in the database."""
3839
created_user_ids = []
3940

4041
with contextlib.ExitStack() as stack:

0 commit comments

Comments
 (0)