Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Jun 7, 2023
1 parent 5b3a2a9 commit 0c4df27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/cmd_analyze_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 0c4df27

Please sign in to comment.