mirror of
https://github.com/openai/codex.git
synced 2026-04-29 00:55:38 +00:00
Revert "Option to Notify Workspace Owner When Usage Limit is Reached" (#17391)
Reverts openai/codex#16969 #sev3-2026-04-10-accountscheckversion-500s-for-openai-workspace-7300
This commit is contained in:
@@ -2375,7 +2375,6 @@ async fn token_count_includes_rate_limits_snapshot() {
|
||||
"resets_at": 1704074400
|
||||
},
|
||||
"credits": null,
|
||||
"spend_control": null,
|
||||
"plan_type": null
|
||||
}
|
||||
})
|
||||
@@ -2427,7 +2426,6 @@ async fn token_count_includes_rate_limits_snapshot() {
|
||||
"resets_at": 1704074400
|
||||
},
|
||||
"credits": null,
|
||||
"spend_control": null,
|
||||
"plan_type": null
|
||||
}
|
||||
})
|
||||
@@ -2502,7 +2500,6 @@ async fn usage_limit_error_emits_rate_limit_event() -> anyhow::Result<()> {
|
||||
"resets_at": null
|
||||
},
|
||||
"credits": null,
|
||||
"spend_control": null,
|
||||
"plan_type": null
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user