Skip to content

Commit 3eac4f6

Browse files
committed
Updating test
1 parent a7ef11d commit 3eac4f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def test_client_http_client_attributes(db, username, password):
106106
)
107107
client.db(db.name, username, password, verify=True)
108108
assert http_client.request_timeout == 80
109+
assert client.request_timeout == http_client.request_timeout
109110

110111

111112
def test_client_custom_http_client(db, username, password):

0 commit comments

Comments
 (0)