Fix provider model mapping selection (#354)

This commit is contained in:
Kayphoon
2026-04-28 09:23:39 +08:00
committed by GitHub
parent 321f21ad49
commit 5311eb0da1
3 changed files with 6 additions and 6 deletions

View File

@@ -641,7 +641,7 @@ async fn data_state_reads_minimal_candidate_selection_with_auth_filters() {
assert_eq!(selection[1].key_id, "key-3");
assert_eq!(
selection[1].selected_provider_model_name,
"gpt-4.1-edge".to_string()
"gpt-4.1-canary".to_string()
);
assert_eq!(
selection[1].mapping_matched_model,