Skip to content

Commit

Permalink
Update remote installer expectations.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-as committed Nov 26, 2024
1 parent bcc739d commit 6f77cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/remote_installer_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (suite *RemoteInstallIntegrationTestSuite) TestInstall() {
installPath := filepath.Join(ts.Dirs.Work, "install")
stateExePath := filepath.Join(installPath, "bin", constants.StateCmd+osutils.ExeExtension)

args := []string{"-n"}
args := []string{"--non-interactive"}
if tt.Version != "" {
args = append(args, "--version", tt.Version)
}
Expand All @@ -93,7 +93,7 @@ func (suite *RemoteInstallIntegrationTestSuite) TestInstall() {
)

cp.Expect("Terms of Service")
cp.SendLine("Y")
cp.Expect("Continuing because State Tool is running in non-interactive mode")
cp.Expect("Downloading")
cp.Expect("Running Installer...")
cp.Expect("Installing")
Expand Down

0 comments on commit 6f77cd8

Please sign in to comment.