Skip to content

Commit 681146b

Browse files
committed
Progress towards jpeg test
1 parent 88f222c commit 681146b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/mock_vws/test_query.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ def test_jpeg(
11451145
future.
11461146
"""
11471147
documented_max_bytes = 512 * 1024
1148-
width = height = 835
1148+
width = height = 929
11491149
png_not_too_large = make_image_file(
11501150
file_format='JPEG',
11511151
color_space='RGB',
@@ -1172,7 +1172,7 @@ def test_jpeg(
11721172
assert_query_success(response=response)
11731173
assert response.json()['results'] == []
11741174

1175-
width = height = 836
1175+
width = height = 930
11761176
png_not_too_large = make_image_file(
11771177
file_format='JPEG',
11781178
color_space='RGB',

0 commit comments

Comments
 (0)