Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michmuel committed Jan 10, 2024
1 parent c604bb6 commit 1f358f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core_adapter/test_adapter_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_add_connection_already_exists(caplog):

def test_get_connections():
db_url = 'postgresql://adapter_user:adapter_pswd@adapter-tests-02:5432/adapter-db'
test_connection = {db_url: {"engine": "test_engne", "session": "test_session"}}
test_connection = {db_url: {"engine": "test_engine", "session": "test_session"}}
adapter = DatabaseAdapter()
adapter._connections_ = test_connection
assert adapter.get_connections() == test_connection
Expand Down

0 comments on commit 1f358f1

Please sign in to comment.