Skip to content

Commit

Permalink
clean up test
Browse files Browse the repository at this point in the history
  • Loading branch information
blaise-muhirwa committed Aug 10, 2023
1 parent ea88f5f commit 3ef3a1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration/test_groundlight.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 3ef3a1b

Please sign in to comment.