Skip to content

Commit 5192145

Browse files
committed
Progress
1 parent 3301e11 commit 5192145

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_query.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def test_query(
3030
client_access_key='foo',
3131
client_secret_key='bar',
3232
)
33-
cloud_reco_client.query(image=high_quality_image)
33+
result = cloud_reco_client.query(image=high_quality_image)
34+
assert result == []
3435

3536
# TODO test custom base URL

0 commit comments

Comments
 (0)