From e7c5dcf6b50c7275aca0e76f63f3df7c8b2d534d Mon Sep 17 00:00:00 2001 From: akrherz Date: Mon, 6 Jan 2025 10:45:05 -0600 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Correct=20CI=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/iemweb/autoplot/test_extweb_failures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/iemweb/autoplot/test_extweb_failures.py b/tests/iemweb/autoplot/test_extweb_failures.py index f3f6957fa..dd7525f68 100644 --- a/tests/iemweb/autoplot/test_extweb_failures.py +++ b/tests/iemweb/autoplot/test_extweb_failures.py @@ -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