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 e8f2fe0 commit de4fe54Copy full SHA for de4fe54
tests/mock_vws/test_add_target.py
@@ -350,6 +350,8 @@ def test_name_invalid(
350
"active_flag": True,
351
}
352
353
+ exc: pytest.ExceptionInfo[FailError | ServerError]
354
+
355
if status_code == HTTPStatus.INTERNAL_SERVER_ERROR:
356
with pytest.raises(expected_exception=ServerError) as exc:
357
_add_target_to_vws(vws_client=vws_client, data=data)
0 commit comments