fix: import agent identity env var in auth tests

This commit is contained in:
Edward Frazer
2026-05-06 14:56:41 -07:00
parent f3ba12b33e
commit fb48a94ea1

View File

@@ -1,3 +1,4 @@
use super::CODEX_AGENT_IDENTITY_ENV_VAR;
use super::*;
use crate::auth::storage::FileAuthStorage;
use crate::auth::storage::get_auth_file;