File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -490,7 +490,6 @@ def test_update_target(
490490 application_metadata = None ,
491491 )
492492 vws_client .wait_for_target_processed (target_id = target_id )
493- report = vws_client .get_target_summary_report (target_id = target_id )
494493 [matching_target ] = cloud_reco_client .query (image = high_quality_image )
495494 assert matching_target ['target_id' ] == target_id
496495 query_target_data = matching_target ['target_data' ]
@@ -510,8 +509,9 @@ def test_update_target(
510509 )
511510
512511 vws_client .wait_for_target_processed (target_id = target_id )
513- [matching_target
514- ] = cloud_reco_client .query (image = different_high_quality_image , )
512+ [
513+ matching_target ,
514+ ] = cloud_reco_client .query (image = different_high_quality_image )
515515 assert matching_target ['target_id' ] == target_id
516516 query_target_data = matching_target ['target_data' ]
517517 query_metadata = query_target_data ['application_metadata' ]
You can’t perform that action at this time.
0 commit comments