diff --git a/tests/integration/cmd_analyze_test.go b/tests/integration/cmd_analyze_test.go index aef32476df5..5aaeb975d3d 100644 --- a/tests/integration/cmd_analyze_test.go +++ b/tests/integration/cmd_analyze_test.go @@ -38,7 +38,7 @@ var _ = Describe("odo analyze command tests", func() { stdout, stderr := res.Out(), res.Err() Expect(stderr).To(BeEmpty()) Expect(helper.IsJSON(stdout)).To(BeTrue()) - helper.JsonPathContentIs(stdout, "0.devfile", "nodejs") + helper.JsonPathContentIs(stdout, "0.devfile", "nodejsERROR") helper.JsonPathExist(stdout, "0.devfileRegistry") helper.JsonPathContentIs(stdout, "0.name", "node-echo") helper.JsonPathExist(stdout, "0.ports")