diff options
Diffstat (limited to 'users/tests')
| -rw-r--r-- | users/tests/conftest.py | 2 | 
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      ) | 
