Skip to content

Commit

Permalink
Use correct state tool
Browse files Browse the repository at this point in the history
  • Loading branch information
MDrakos committed Nov 21, 2024
1 parent 2d3f53a commit bf58cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/notification_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func (suite *NotificationIntegrationTestSuite) TestNotification_Basic_InterruptP
cp.ExpectExitCode(0)

// Test that non-interactive does not prompt
cp = ts.SpawnCmdWithOpts("state", e2e.OptArgs("--version", "-n"), e2e.OptAppendEnv(constants.NotificationsOverrideEnvVarName+"="+msgFile))
cp = ts.SpawnWithOpts(e2e.OptArgs("--version", "-n"), e2e.OptAppendEnv(constants.NotificationsOverrideEnvVarName+"="+msgFile))
cp.Expect(`This is a simple notification`)
cp.Expect("ActiveState CLI by ActiveState Software Inc.")
cp.ExpectExitCode(0)
Expand Down

0 comments on commit bf58cd5

Please sign in to comment.