Skip to content

Commit 1e32447

Browse files
committed
Merge branch 'switch-to-responses' into more-beartype
2 parents 7a6511d + 82b5bfd commit 1e32447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mock_vws/fixtures/vuforia_backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def _enable_use_docker_in_memory(
131131
value=target_manager_base_url,
132132
)
133133

134-
with responses.RequestsMock() as mock:
134+
with responses.RequestsMock(assert_all_requests_are_fired=False) as mock:
135135
add_flask_app_to_mock(
136136
mock_obj=mock,
137137
flask_app=VWS_FLASK_APP,

0 commit comments

Comments
 (0)