Skip to content

Commit

Permalink
tests(converter): fix asserted return file disposition
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallhillCZ committed Jul 24, 2024
1 parent 6a982c2 commit 99e068b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coordinates_converter/tests/test_shapefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_shapefile_with_projection_correct():
assert response.headers["content-type"] == "application/octet-stream"
assert (
response.headers["content-disposition"]
== 'attachment; filename="shapefile_epsg4326.zip"'
== 'attachment; filename="shapefile_5514_epsg4326.zip"'
)


Expand Down

0 comments on commit 99e068b

Please sign in to comment.