From 3ef3a1b81bd9f70234f95b0d91c64fd43dc6d506 Mon Sep 17 00:00:00 2001 From: blaise-muhirwa Date: Wed, 9 Aug 2023 18:03:16 -0700 Subject: [PATCH] clean up test --- test/integration/test_groundlight.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/integration/test_groundlight.py b/test/integration/test_groundlight.py index 5fe0feb9..a9a46b8f 100644 --- a/test/integration/test_groundlight.py +++ b/test/integration/test_groundlight.py @@ -192,8 +192,6 @@ def test_submit_image_query_with_human_review_param(gl: Groundlight, detector: D _image_query = gl.submit_image_query( detector=detector.id, image="test/assets/dog.jpeg", human_review=human_review_value ) - assert str(_image_query) - assert isinstance(_image_query, ImageQuery) assert is_valid_display_result(_image_query.result)