Skip to content

Commit bbeb95e

Browse files
committed
Fix login auth argument comment
1 parent 515fc40 commit bbeb95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)