Skip to content

Commit 7d9439c

Browse files
authored
Merge 94d6ebe into facfb79
2 parents facfb79 + 94d6ebe commit 7d9439c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/integration/cmd_delete_test.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,13 @@ var _ = Describe("odo delete command tests", func() {
237237
})
238238

239239
AfterEach(func() {
240+
args := []string{"delete", "component", "--name", cmpName}
241+
if !podman {
242+
args = append(args, "--namespace", commonVar.Project)
243+
}
244+
args = append(args, "-f", "--wait")
245+
helper.Cmd("odo", args...).ShouldPass()
246+
240247
if podman {
241248
helper.ResetExperimentalMode()
242249
}

0 commit comments

Comments
 (0)