Skip to content

Commit 25d38b3

Browse files
committed
Formatted test_client.py
1 parent d8f269d commit 25d38b3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tests/test_client.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,11 @@ def test_client_attributes():
5252
assert client.hosts == client_hosts
5353
assert repr(client) == client_repr
5454
assert isinstance(client._host_resolver, RandomHostResolver)
55-
56-
client = ArangoClient(
57-
hosts=client_hosts,
58-
request_timeout=120
59-
)
55+
56+
client = ArangoClient(hosts=client_hosts, request_timeout=120)
6057
assert client.request_timeout == client._http.REQUEST_TIMEOUT == 120
6158

59+
6260
def test_client_good_connection(db, username, password):
6361
client = ArangoClient(hosts="http://127.0.0.1:8529")
6462

0 commit comments

Comments
 (0)