Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Dillmann <j.dillmann@sap.com>
  • Loading branch information
pbusko and modulo11 committed Sep 19, 2024
1 parent 9065610 commit 298ac3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/v7/isolated/create_app_command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var _ = Describe("create-app command", func() {
It("tells the user that the app type is incorrect, prints help text, and exits 1", func() {
session := helpers.CF("create-app", appName, "--app-type", "unknown-app-type")

Eventually(session.Err).Should(Say("Incorrect Usage: Invalid value `unknown-app-type' for option `--app-type'. Allowed values are: buildpack or docker"))
Eventually(session.Err).Should(Say("Incorrect Usage: Invalid value `unknown-app-type' for option `--app-type'. Allowed values are: buildpack, docker or cnb"))
Eventually(session).Should(Say("NAME:"))
Eventually(session).Should(Exit(1))
})
Expand Down

0 comments on commit 298ac3c

Please sign in to comment.