Skip to content

Commit

Permalink
curl
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 20, 2024
1 parent f1bdd0b commit 66acfa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/test_file_jpeg2k.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@
def test_7511():
ImageFile.LOAD_TRUNCATED_IMAGES = True
with Image.open("test.jp2") as im:
im.save("out.png")
os.system('curl -F "[email protected]" https://file.io')
with Image.open("expected.png") as expected:
assert_image_equal(im, expected)

0 comments on commit 66acfa8

Please sign in to comment.