Fix rate limit event test expectations

This commit is contained in:
Richard Lee
2026-04-15 14:32:49 -07:00
parent 9ef7712d06
commit c079914656
2 changed files with 4 additions and 2 deletions

View File

@@ -2502,7 +2502,8 @@ async fn usage_limit_error_emits_rate_limit_event() -> anyhow::Result<()> {
"resets_at": null
},
"credits": null,
"plan_type": null
"plan_type": null,
"rate_limit_reached_type": null
});
let submission_id = codex

View File

@@ -1033,7 +1033,8 @@ async fn responses_websocket_usage_limit_error_emits_rate_limit_event() {
"resets_at": null
},
"credits": null,
"plan_type": null
"plan_type": null,
"rate_limit_reached_type": null
}
})
);