Skip to content

Commit

Permalink
Merge pull request #1756 from saschagrunert/e2e-tests
Browse files Browse the repository at this point in the history
Fix `should not show help running rmi -a` e2e test
  • Loading branch information
k8s-ci-robot authored Jan 24, 2025
2 parents 4aacf3f + bb895a3 commit 82ca130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/inspect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ var _ = t.Describe("inspect", func() {
})

AfterEach(func() {
res := t.Crictl("rmp -f " + sandbox)
Expect(res).To(Exit(0))
Expect(t.Crictl("rmp -f " + sandbox)).To(Exit(0))
Expect(t.Crictl("rmi " + imageLatest)).To(Exit(0))
})

validateSingleResponse := func(contents []byte) {
Expand Down

0 comments on commit 82ca130

Please sign in to comment.