Skip to content

Commit

Permalink
Fix error check
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Apr 27, 2022
1 parent fd197c7 commit 76f5744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ def test_cog_validate_endpoint(flask_client, remote_file_url):
assert r.status_code == 200
non_cog = "https://data.kitware.com/api/v1/file/60747d792fa25629b9a79565/download"
r = flask_client.get(f"/api/validate?filename={non_cog}")
assert r.status_code == 400
assert r.status_code == 415

0 comments on commit 76f5744

Please # to comment.