From 23af6b565ead441e099ae100676babb2227bf9b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Stucke?= Date: Thu, 8 Aug 2024 17:45:22 +0200 Subject: [PATCH] test db fixture: copy&paste fix --- src/test/conftest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/conftest.py b/src/test/conftest.py index cdb356a3b..b3ccfaf03 100644 --- a/src/test/conftest.py +++ b/src/test/conftest.py @@ -150,8 +150,8 @@ def _database_interfaces(): # noqa: PT005 'rw-pw': config.common.postgres.rw_pw, 'del-user': config.common.postgres.del_user, 'del-pw': config.common.postgres.del_pw, - 'admin-user': config.common.postgres.del_user, - 'admin-pw': config.common.postgres.del_pw, + 'admin-user': config.common.postgres.admin_user, + 'admin-pw': config.common.postgres.admin_pw, }, 'redis': { 'fact-db': config.common.redis.test_db, # Note: This is unused in testing