Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Apr 1, 2024
1 parent 297f0f8 commit 8678b5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ def test_settings_plain():
'retry_on_timeout': False,
'retry_on_error': None,
'retry': None,
'max_connections': None,
}


Expand Down Expand Up @@ -253,4 +254,5 @@ def test_settings_from_socket_dsn():
'retry_on_timeout': False,
'retry_on_error': None,
'retry': None,
'max_connections': None,
}

0 comments on commit 8678b5e

Please sign in to comment.