Skip to content

Commit

Permalink
Rebase and fix integration test failure
Browse files Browse the repository at this point in the history
Signed-off-by: Parthvi Vala <pvala@redhat.com>
  • Loading branch information
valaparthvi committed Jan 20, 2023
1 parent 5730024 commit 5d988b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/cmd_devfile_deploy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ var _ = Describe("odo devfile deploy command tests", func() {
deploymentName := "my-component"
BeforeEach(func() {
helper.CopyExample(filepath.Join("source", "nodejs"), commonVar.Context)
if ctx.setupFunc != nil {
ctx.setupFunc()
}
helper.CopyExampleDevFile(
filepath.Join("source", "devfiles", "nodejs", ctx.devfileName),
path.Join(commonVar.Context, "devfile.yaml"),
helper.DevfileMetadataNameSetter(cmpName))
if ctx.setupFunc != nil {
ctx.setupFunc()
}
})

When("running odo deploy", func() {
Expand Down

0 comments on commit 5d988b1

Please sign in to comment.