From 6be3c41d855c23d3e6cafc91593ba84a0fc2f434 Mon Sep 17 00:00:00 2001 From: rreichel3-oai Date: Mon, 4 May 2026 12:16:21 -0400 Subject: [PATCH] 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. --- codex-rs/login/tests/suite/device_code_login.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/codex-rs/login/tests/suite/device_code_login.rs b/codex-rs/login/tests/suite/device_code_login.rs index c957eac310..234acd3a43 100644 --- a/codex-rs/login/tests/suite/device_code_login.rs +++ b/codex-rs/login/tests/suite/device_code_login.rs @@ -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;