We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f222c commit 681146bCopy full SHA for 681146b
tests/mock_vws/test_query.py
@@ -1145,7 +1145,7 @@ def test_jpeg(
1145
future.
1146
"""
1147
documented_max_bytes = 512 * 1024
1148
- width = height = 835
+ width = height = 929
1149
png_not_too_large = make_image_file(
1150
file_format='JPEG',
1151
color_space='RGB',
@@ -1172,7 +1172,7 @@ def test_jpeg(
1172
assert_query_success(response=response)
1173
assert response.json()['results'] == []
1174
1175
- width = height = 836
+ width = height = 930
1176
1177
1178
0 commit comments