We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0913111 commit 6687bb9Copy full SHA for 6687bb9
1 file changed
codex-rs/login/src/auth/auth_tests.rs
@@ -481,7 +481,7 @@ async fn auth_manager_notifies_when_auth_state_changes() {
481
let dir = tempdir().unwrap();
482
let manager = AuthManager::shared(
483
dir.path().to_path_buf(),
484
- false,
+ /*enable_codex_api_key_env*/ false,
485
AuthCredentialsStoreMode::File,
486
);
487
let mut auth_state_rx = manager.subscribe_auth_state();
0 commit comments