Skip to content

Commit 6030029

Browse files
committed
test(artifact): fix test
Signed-off-by: Celso Henrique Souza Silva <celsohenrique367@gmail.com>
1 parent d2524a0 commit 6030029

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/e2e/artifact_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,7 @@ var _ = Describe("Podman artifact", func() {
247247
Expect(rmAll.OutputToString()).To(BeEmpty())
248248

249249
// Trying to remove an artifact that does not exist should pass with -i
250-
rmIgnorePass := podmanTest.PodmanExitCleanly("artifact", "rm", "-i", "foobar")
251-
Expect(rmIgnorePass.OutputToString()).To(BeEmpty())
250+
podmanTest.PodmanExitCleanly("artifact", "rm", "-i", "foobar")
252251
})
253252

254253
It("podman artifact inspect with full or partial digest", func() {

0 commit comments

Comments
 (0)