Skip to content

Commit 8b333ce

Browse files
committed
Fix codex-api argument comment lint
1 parent 904b277 commit 8b333ce

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

codex-rs/codex-api/src/api_bridge_tests.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,10 @@ fn core_auth_provider_reports_when_auth_header_will_attach() {
144144

145145
#[test]
146146
fn core_auth_provider_supports_non_bearer_authorization_headers() {
147-
let auth =
148-
CoreAuthProvider::for_test_authorization_header(Some("AgentAssertion opaque-token"), None);
147+
let auth = CoreAuthProvider::for_test_authorization_header(
148+
Some("AgentAssertion opaque-token"),
149+
/*account_id*/ None,
150+
);
149151

150152
assert!(auth.auth_header_attached());
151153
assert_eq!(auth.auth_header_name(), Some("authorization"));

0 commit comments

Comments
 (0)