We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4778d77 commit 43ad556Copy full SHA for 43ad556
tests/mock_vws/test_query.py
@@ -25,6 +25,7 @@
25
add_target_to_vws,
26
delete_target,
27
get_vws_target,
28
+ image_file,
29
query,
30
update_target,
31
wait_for_target_processed,
@@ -1073,6 +1074,7 @@ def test_png(
1073
1074
See https://github.com/adamtheturtle/vws-python/issues/357 for
1075
implementing this test.
1076
"""
1077
+ png_not_too_large = 1
1078
# 835 no error, 836 error
1079
width = height = 836
1080
# width = height = 835
0 commit comments