Skip to content

Commit

Permalink
Update expect
Browse files Browse the repository at this point in the history
  • Loading branch information
MDrakos committed Oct 10, 2023
1 parent a862553 commit 5dddb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/install_scripts_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func (suite *InstallScriptsIntegrationTestSuite) TestInstall() {
cp.SendLine("which state")
cp.Expect("state")
cp.SendLine("env | grep PATH")
cp.Expect("ACTIVESTATE_CLI_DISABLE_RUNTIME=false")
cp.Expect("PATH")
cp.SendLine("state --version")
cp.Expect("Version " + constants.Version)
cp.Expect("Branch " + constants.BranchName)
Expand Down

0 comments on commit 5dddb97

Please sign in to comment.