Skip to content

Commit

Permalink
test db fixture: copy&paste fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke committed Aug 8, 2024
1 parent 151b8d3 commit 23af6b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23af6b5

Please sign in to comment.