Skip to content

Commit

Permalink
Merge pull request #1055 from akrherz/250106
Browse files Browse the repository at this point in the history
♻️ Correct CI test
  • Loading branch information
akrherz authored Jan 6, 2025
2 parents c2f19a2 + e7c5dcf commit d41bf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/iemweb/autoplot/test_extweb_failures.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ def test_ap17(httpx_mock: HTTPXMock):
"""Test a failure found in prod."""
httpx_mock.add_response(status_code=404)
c = Client(application)
res = c.get("?p=17&_cb=1")
res = c.get("?p=17&q=_cb:1")
assert res.status_code == 400

0 comments on commit d41bf75

Please sign in to comment.