From cfc160f0017b10cc53e09bb8dbf5a7a107b7883f Mon Sep 17 00:00:00 2001 From: Mangirdas Judeikis Date: Sat, 19 Oct 2024 23:39:10 +0300 Subject: [PATCH] lint --- test/e2e/mounts/mounts_machinery_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/e2e/mounts/mounts_machinery_test.go b/test/e2e/mounts/mounts_machinery_test.go index a6502253779..aea73249a98 100644 --- a/test/e2e/mounts/mounts_machinery_test.go +++ b/test/e2e/mounts/mounts_machinery_test.go @@ -178,7 +178,6 @@ func TestMountsMachinery(t *testing.T) { if condition.Status != corev1.ConditionTrue { failed = true } - } return !failed, nil })