Skip to content

Commit

Permalink
test: fix test generating data extract
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 24, 2024
1 parent f23a2c1 commit a871f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_fgb_data_extract():
with requests.head(extract_url) as response:
assert response.status_code == 200
assert response.headers["Content-Type"] == "binary/octet-stream"
assert response.headers["Content-Length"] == "10640"
assert response.headers["Content-Length"] == "10704"


def test_parse_reparse_json():
Expand Down

0 comments on commit a871f3e

Please sign in to comment.