diff --git a/test/integration/package_int_test.go b/test/integration/package_int_test.go index 205918ab54..5484932e4a 100644 --- a/test/integration/package_int_test.go +++ b/test/integration/package_int_test.go @@ -88,7 +88,7 @@ func (suite *PackageIntegrationTestSuite) TestPackages_project_invalid() { defer ts.Close() cp := ts.Spawn("packages", "--namespace", "junk/junk") - cp.Expect("The requested project junk/junk could not be found") + cp.Expect("The requested project junk does not exist under junk") cp.ExpectExitCode(1) }