Skip to content

Commit 9dd7fe4

Browse files
committed
Fix test
1 parent 15a4025 commit 9dd7fe4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/examples/cvat/recording-oracle/tests/integration/services/test_validation_service.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ def test_can_handle_lowered_quality_requirements_in_manifest(self, session: Sess
141141
)
142142
mock_make_cloud_client.return_value.download_file = mock.Mock(return_value=b"")
143143

144+
common_lock_es.enter_context(
145+
mock.patch("src.handlers.process_intermediate_results.BucketAccessInfo.parse_obj")
146+
)
147+
144148
mock_get_task_validation_layout = common_lock_es.enter_context(
145149
mock.patch(
146150
"src.handlers.process_intermediate_results.cvat_api.get_task_validation_layout"

0 commit comments

Comments
 (0)