Skip to content

Commit

Permalink
Add integration test on odo init
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Jan 27, 2023
1 parent 08c13f7 commit b360b54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/cmd_devfile_init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,8 @@ var _ = Describe("odo devfile init command tests", func() {
Expect(td.Properties.CmdProperties[segmentContext.Language]).To(ContainSubstring("Go"))
Expect(td.Properties.CmdProperties[segmentContext.ProjectType]).To(ContainSubstring("Go"))
Expect(td.Properties.CmdProperties[segmentContext.Flags]).To(ContainSubstring("devfile name"))
Expect(td.Properties.CmdProperties[segmentContext.Platform]).To(BeNil())
Expect(td.Properties.CmdProperties[segmentContext.PlatformVersion]).To(BeNil())
tt.callerChecker(stdout, stderr, td)
})

Expand Down

0 comments on commit b360b54

Please sign in to comment.