mirror of
https://github.com/openai/codex.git
synced 2026-05-24 04:54:52 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user