Skip to content

Commit 6687bb9

Browse files
committed
Fix login auth argument comment
1 parent 0913111 commit 6687bb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codex-rs/login/src/auth/auth_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ async fn auth_manager_notifies_when_auth_state_changes() {
481481
let dir = tempdir().unwrap();
482482
let manager = AuthManager::shared(
483483
dir.path().to_path_buf(),
484-
false,
484+
/*enable_codex_api_key_env*/ false,
485485
AuthCredentialsStoreMode::File,
486486
);
487487
let mut auth_state_rx = manager.subscribe_auth_state();

0 commit comments

Comments
 (0)