Skip to content

Commit

Permalink
Fix br/gzip header test
Browse files Browse the repository at this point in the history
  • Loading branch information
ividito committed Jan 30, 2023
1 parent 7ecd74c commit 95fda14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests/test_raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_raster_api():
)
assert resp.status_code == 200
assert resp.headers["content-type"] == "application/json"
assert resp.headers["content-encoding"] == "br"
assert resp.headers["content-encoding"] in ['br', 'gzip']


def test_mosaic_api():
Expand Down

0 comments on commit 95fda14

Please sign in to comment.