We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904b277 commit 8b333ceCopy full SHA for 8b333ce
1 file changed
codex-rs/codex-api/src/api_bridge_tests.rs
@@ -144,8 +144,10 @@ fn core_auth_provider_reports_when_auth_header_will_attach() {
144
145
#[test]
146
fn core_auth_provider_supports_non_bearer_authorization_headers() {
147
- let auth =
148
- CoreAuthProvider::for_test_authorization_header(Some("AgentAssertion opaque-token"), None);
+ let auth = CoreAuthProvider::for_test_authorization_header(
+ Some("AgentAssertion opaque-token"),
149
+ /*account_id*/ None,
150
+ );
151
152
assert!(auth.auth_header_attached());
153
assert_eq!(auth.auth_header_name(), Some("authorization"));
0 commit comments