mirror of
https://github.com/openai/codex.git
synced 2026-09-10 20:26:47 +00:00
Fix login server test constructor
codex-rs/login/tests/suite/login_server_e2e.rs: pass the current ServerOptions::new streamlined-login argument in the fallback-port test.
This commit is contained in:
@@ -489,6 +489,7 @@ async fn falls_back_to_registered_fallback_port_when_default_port_is_in_use() ->
|
||||
tmp.path().to_path_buf(),
|
||||
codex_login::CLIENT_ID.to_string(),
|
||||
/*forced_chatgpt_workspace_id*/ None,
|
||||
/*codex_streamlined_login*/ false,
|
||||
AuthCredentialsStoreMode::File,
|
||||
);
|
||||
opts.issuer = issuer;
|
||||
|
||||
Reference in New Issue
Block a user