fix(ci): add missing force_launch field in test Flags constructors

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
leeguooooo
2026-05-08 23:54:41 +09:00
co-authored by Claude Opus 4.6
parent 9b56c07e33
commit 9202c1c919
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -2700,6 +2700,7 @@ mod tests {
allow_file_access: false,
device: None,
auto_connect: false,
force_launch: false,
session_name: None,
cli_executable_path: false,
cli_extensions: false,
+1
View File
@@ -76,6 +76,7 @@ pub(super) fn check(checks: &mut Vec<Check>) {
confirm_actions: None,
engine: None,
auto_connect: false,
force_launch: false,
idle_timeout: None,
default_timeout: None,
cdp: None,