Fix device login test server options

codex-rs/login/tests/suite/device_code_login.rs: keep ServerOptions::new aligned with the current four-argument constructor.
This commit is contained in:
rreichel3-oai
2026-05-04 12:16:21 -04:00
parent 4125240acb
commit 6be3c41d85

View File

@@ -106,7 +106,6 @@ fn server_opts(
codex_home.path().to_path_buf(),
"client-id".to_string(),
/*forced_chatgpt_workspace_id*/ None,
/*codex_streamlined_login*/ false,
cli_auth_credentials_store_mode,
);
opts.issuer = issuer;