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 dab4c99 commit 3f9f250Copy full SHA for 3f9f250
test/helpers.py
@@ -44,5 +44,5 @@ def wrapped(instance: Any) -> None:
44
45
def get_client() -> Client:
46
"""Create a client with placeholder connection data."""
47
- conn_params = ConnectionParameters('a', 'a', 'a', 'a')
+ conn_params = ConnectionParameters('a', 'a', 'a', 'a', 'a')
48
return Client(conn_params)
0 commit comments