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:
rreichel3-oai
2026-05-04 11:59:26 -04:00
parent e31301a585
commit 281a2db844

View File

@@ -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;