From 18e950663487141e64c163ae9f6dafa3d76605ab Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Fri, 13 Jun 2025 16:15:29 -0700 Subject: [PATCH] fix test --- demos/use_cases/preference_based_routing/hurl_tests/simple.hurl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/use_cases/preference_based_routing/hurl_tests/simple.hurl b/demos/use_cases/preference_based_routing/hurl_tests/simple.hurl index 31fd6a6d..432f0996 100644 --- a/demos/use_cases/preference_based_routing/hurl_tests/simple.hurl +++ b/demos/use_cases/preference_based_routing/hurl_tests/simple.hurl @@ -13,7 +13,7 @@ Content-Type: application/json HTTP 200 [Asserts] header "content-type" == "application/json" -jsonpath "$.model" matches /^gpt-4o/ +jsonpath "$.model" matches /^gpt-4.1/ jsonpath "$.usage" != null jsonpath "$.choices[0].message.content" != null jsonpath "$.choices[0].message.role" == "assistant"