Skip to content

Commit 0525b53

Browse files
authoredMar 19, 2025
Fix lint in test_connect (#1246)
1 parent 01c0db7 commit 0525b53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎tests/test_connect.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,8 @@ class TestConnectParams(tb.TestCase):
10901090
},
10911091
{
10921092
'name': 'multi_host_single_port',
1093-
'dsn': 'postgres:///postgres?host=127.0.0.1,127.0.0.2&port=5432&user=postgres',
1093+
'dsn': 'postgres:///postgres?host=127.0.0.1,127.0.0.2&port=5432'
1094+
'&user=postgres',
10941095
'result': (
10951096
[
10961097
('127.0.0.1', 5432),

0 commit comments

Comments
 (0)
Failed to load comments.