Skip to content

Commit 8678b5e

Browse files
committed
fix tests
1 parent 297f0f8 commit 8678b5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ def test_settings_plain():
225225
'retry_on_timeout': False,
226226
'retry_on_error': None,
227227
'retry': None,
228+
'max_connections': None,
228229
}
229230

230231

@@ -253,4 +254,5 @@ def test_settings_from_socket_dsn():
253254
'retry_on_timeout': False,
254255
'retry_on_error': None,
255256
'retry': None,
257+
'max_connections': None,
256258
}

0 commit comments

Comments
 (0)