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 4201cd3 commit 82b5bfdCopy full SHA for 82b5bfd
tests/mock_vws/fixtures/vuforia_backends.py
@@ -131,7 +131,7 @@ def _enable_use_docker_in_memory(
131
value=target_manager_base_url,
132
)
133
134
- with responses.RequestsMock() as mock:
+ with responses.RequestsMock(assert_all_requests_are_fired=False) as mock:
135
add_flask_app_to_mock(
136
mock_obj=mock,
137
flask_app=VWS_FLASK_APP,
0 commit comments