Skip to content

Commit

Permalink
added amit's changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Girish Ramnani committed Jun 10, 2020
1 parent 045dffd commit f2b6b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/devfile/cmd_devfile_create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ var _ = Describe("odo devfile create command tests", func() {
It("should fail to create the devfile componet with invalid component type", func() {
fakeComponentName := "fake-component"
output := helper.CmdShouldFail("odo", "create", fakeComponentName)
expectedString := "\"" + fakeComponentName + "\" not found"
expectedString := "component type \"" + fakeComponentName + "\" not found"
helper.MatchAllInOutput(output, []string{expectedString})
})
})
Expand Down

0 comments on commit f2b6b0e

Please sign in to comment.