We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c0db7 commit 0525b53Copy full SHA for 0525b53
tests/test_connect.py
@@ -1090,7 +1090,8 @@ class TestConnectParams(tb.TestCase):
1090
},
1091
{
1092
'name': 'multi_host_single_port',
1093
- 'dsn': 'postgres:///postgres?host=127.0.0.1,127.0.0.2&port=5432&user=postgres',
+ 'dsn': 'postgres:///postgres?host=127.0.0.1,127.0.0.2&port=5432'
1094
+ '&user=postgres',
1095
'result': (
1096
[
1097
('127.0.0.1', 5432),
0 commit comments