Skip to content

Commit 43ad556

Browse files
committed
Progress towards tests which show error
1 parent 4778d77 commit 43ad556

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/mock_vws/test_query.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
add_target_to_vws,
2626
delete_target,
2727
get_vws_target,
28+
image_file,
2829
query,
2930
update_target,
3031
wait_for_target_processed,
@@ -1073,6 +1074,7 @@ def test_png(
10731074
See https://github.com/adamtheturtle/vws-python/issues/357 for
10741075
implementing this test.
10751076
"""
1077+
png_not_too_large = 1
10761078
# 835 no error, 836 error
10771079
width = height = 836
10781080
# width = height = 835

0 commit comments

Comments
 (0)