Skip to content

Commit 88f222c

Browse files
committed
Update max bytest
1 parent a1a377d commit 88f222c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mock_vws/test_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ def test_jpeg(
11441144
We do not test exactly at this limit, but that may be beneficial in the
11451145
future.
11461146
"""
1147-
documented_max_bytes = 2 * 512
1147+
documented_max_bytes = 512 * 1024
11481148
width = height = 835
11491149
png_not_too_large = make_image_file(
11501150
file_format='JPEG',

0 commit comments

Comments
 (0)