summaryrefslogtreecommitdiffstats
path: root/users/tests/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'users/tests/conftest.py')
-rw-r--r--users/tests/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tests/conftest.py b/users/tests/conftest.py
index e1eeb4b..0b12793 100644
--- a/users/tests/conftest.py
+++ b/users/tests/conftest.py
@@ -44,7 +44,7 @@ kwIDAQAB
@pytest.fixture
-def config_system(db):
+def config_system():
Config.system = Config.SystemOptions(
system_actor_private_key=private_key, system_actor_public_key=public_key
)