Skip to content

Commit 3ac555b

Browse files
Allow ambient auth in in-process E2E tests
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: da0a9335-969e-4a77-838a-daac9206a454
1 parent deb4bfb commit 3ac555b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

rust/tests/e2e/support.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -770,9 +770,7 @@ fn client_options_for_cli(
770770
.map(|value| value.eq_ignore_ascii_case("inprocess"))
771771
.unwrap_or(false);
772772
if inprocess_default {
773-
return ClientOptions::new()
774-
.with_program(CliProgram::Path(cli_path.to_path_buf()))
775-
.with_use_logged_in_user(false);
773+
return ClientOptions::new().with_program(CliProgram::Path(cli_path.to_path_buf()));
776774
}
777775
let options = ClientOptions::new()
778776
.with_cwd(cwd)

0 commit comments

Comments
 (0)