Skip to content

Commit 2af9315

Browse files
committed
Remove mypy-invalid timeout attribute assertions
1 parent 605d27c commit 2af9315

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/test_query.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ def test_custom_timeout(
104104
client_secret_key=database.client_secret_key,
105105
request_timeout_seconds=custom_timeout,
106106
)
107-
expected = custom_timeout
108-
assert cloud_reco_client.request_timeout_seconds == expected
109107

110108
target_id = vws_client.add_target(
111109
name="x",

tests/test_vws.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ def test_custom_timeout(
159159
server_secret_key=database.server_secret_key,
160160
request_timeout_seconds=custom_timeout,
161161
)
162-
expected = custom_timeout
163-
assert vws_client.request_timeout_seconds == expected
164162

165163
vws_client.add_target(
166164
name="x",

0 commit comments

Comments
 (0)