summaryrefslogtreecommitdiffstats
path: root/users/tests/conftest.py
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-21 08:31:14 -0700
committerAndrew Godwin2022-11-21 14:31:16 -0700
commitcfae183e80c2147c65d09cf56f5cbe51fc574feb (patch)
tree604b073802b583bce42559e5e157b810ecbaa3d2 /users/tests/conftest.py
parentc4be52357bb8d47c32ab6b2a80ae4ad7c5413f0f (diff)
downloadtakahe-cfae183e80c2147c65d09cf56f5cbe51fc574feb.tar.gz
takahe-cfae183e80c2147c65d09cf56f5cbe51fc574feb.tar.bz2
takahe-cfae183e80c2147c65d09cf56f5cbe51fc574feb.zip
Don't error fetching people if they're in the DB
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
)