Skip to content

Commit 3f9f250

Browse files
Allow port to be configured in Connection.
1 parent dab4c99 commit 3f9f250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ def wrapped(instance: Any) -> None:
4444

4545
def get_client() -> Client:
4646
"""Create a client with placeholder connection data."""
47-
conn_params = ConnectionParameters('a', 'a', 'a', 'a')
47+
conn_params = ConnectionParameters('a', 'a', 'a', 'a', 'a')
4848
return Client(conn_params)

0 commit comments

Comments
 (0)