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:
Valentin Rothberg
2023-06-19 15:09:34 +02:00
parent 2efa7c3fa1
commit aa453c4f11
16 changed files with 24 additions and 27 deletions

View File

@ -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()