diff --git a/test/integration/package_int_test.go b/test/integration/package_int_test.go index 3a3701084e..280337dcb0 100644 --- a/test/integration/package_int_test.go +++ b/test/integration/package_int_test.go @@ -264,7 +264,7 @@ func (suite *PackageIntegrationTestSuite) TestPackage_info() { cp.Expect("Version") cp.Expect("Available") cp.Expect("What's next?") - cp.Expect("run `state install") + cp.Expect("run 'state install") cp.ExpectExitCode(0) }