Skip to content

Commit

Permalink
tests: fix changed hash
Browse files Browse the repository at this point in the history
The hash changed due to the FastAPI rewrite where `distro` is no
longer empty but defaults to `openwrt`

Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar committed Jul 22, 2024
1 parent fd3aa98 commit fb0c4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,4 +525,4 @@ def test_api_build_defaults_filled_allowed(app):

assert response.status_code == 200
data = response.json()
assert data["request_hash"] == "583290466ebafc7dbfa2324a4ea12df0"
assert data["request_hash"] == "be4a78785b3dd275284aa6fe4d619f88"

0 comments on commit fb0c4c4

Please sign in to comment.