We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a332a8 commit 7e8da05Copy full SHA for 7e8da05
tests/mock_vws/test_query.py
@@ -1066,8 +1066,7 @@ def test_png(
1066
png_rgb: io.BytesIO,
1067
) -> None:
1068
"""
1069
- See https://github.com/adamtheturtle/vws-python/issues/357 for
1070
- implementing this test.
+ A "BadImage" result is returned when a corrupted PNG is given.
1071
1072
original_data = png_rgb.getvalue()
1073
corrupted_data = original_data.replace(b'IEND', b'\x00' + b'IEND')
0 commit comments