Skip to content

Commit 885324b

Browse files
Error message changed in newer version of capi (#3357)
Signed-off-by: João Pereira <[email protected]>
1 parent 61197b9 commit 885324b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

integration/v7/isolated/restage_command_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@ var _ = Describe("restage command", func() {
151151
Eventually(session).Should(Say(`Restaging app %s in org %s / space %s as %s\.\.\.`, appName, orgName, spaceName, userName))
152152
Eventually(session).Should(Say(`Creating deployment for app %s\.\.\.`, appName))
153153
Eventually(session).Should(Say(`Waiting for app to deploy\.\.\.`))
154-
Eventually(session.Err).Should(Say(`Start app timeout`))
155-
Eventually(session.Err).Should(Say(`TIP: Application must be listening on the right port\.`))
154+
Eventually(session.Err).Should(Say(`Cannot cancel a deployment with status: FINALIZED and reason: DEPLOYED`))
156155
Eventually(session).Should(Say("FAILED"))
157156
Eventually(session).Should(Exit(1))
158157
})

0 commit comments

Comments
 (0)