fix rust tests

This commit is contained in:
Adil Hafeez 2025-03-05 13:07:45 -08:00
parent a36d20eacf
commit 2ff14c1111
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -25,7 +25,7 @@ fn request_headers_expectations(module: &mut Tester, http_context: i32) {
Some("x-arch-llm-provider-hint"),
)
.returning(None)
.expect_log(Some(LogLevel::Debug), Some("request received: llm provider hint: Some(\"default\"), selected llm: open-ai-gpt-4"))
.expect_log(Some(LogLevel::Debug), Some("request received: llm provider hint: default, selected llm: open-ai-gpt-4, model: gpt-4"))
.expect_add_header_map_value(
Some(MapType::HttpRequestHeaders),
Some("x-arch-llm-provider"),