From 0c4df27c09d936a609b46da7a5aa57ca2ee808c1 Mon Sep 17 00:00:00 2001 From: Philippe Martin Date: Wed, 7 Jun 2023 17:07:46 +0200 Subject: [PATCH] debug --- tests/integration/cmd_analyze_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")