Skip to content

Commit

Permalink
♻️ Correct CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Jan 6, 2025
1 parent c2f19a2 commit e7c5dcf
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 e7c5dcf

Please sign in to comment.