We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605d27c commit 2af9315Copy full SHA for 2af9315
tests/test_query.py
@@ -104,8 +104,6 @@ def test_custom_timeout(
104
client_secret_key=database.client_secret_key,
105
request_timeout_seconds=custom_timeout,
106
)
107
- expected = custom_timeout
108
- assert cloud_reco_client.request_timeout_seconds == expected
109
110
target_id = vws_client.add_target(
111
name="x",
tests/test_vws.py
@@ -159,8 +159,6 @@ def test_custom_timeout(
159
server_secret_key=database.server_secret_key,
160
161
162
163
- assert vws_client.request_timeout_seconds == expected
164
165
vws_client.add_target(
166
0 commit comments