mirror of
https://github.com/containers/podman.git
synced 2025-10-17 11:14:40 +08:00
make lint: re-enable ginkgolinter
To make sure the e2e tests are kept in order. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
@ -305,7 +305,7 @@ var _ = Describe("Podman rm", func() {
|
||||
session1 = podmanTest.Podman([]string{"rm", "-a", "-f", "--filter", fmt.Sprintf("id=%swrongid", shortCid3)})
|
||||
session1.WaitWithDefaultTimeout()
|
||||
Expect(session1).Should(Exit(0))
|
||||
Expect(session1.OutputToString()).To(HaveLen(0))
|
||||
Expect(session1.OutputToString()).To(BeEmpty())
|
||||
|
||||
session1 = podmanTest.Podman([]string{"rm", "-a", "-f", "--filter", fmt.Sprintf("id=%s", shortCid3)})
|
||||
session1.WaitWithDefaultTimeout()
|
||||
|
Reference in New Issue
Block a user