diff --git a/test/integration/e2e_test.go b/test/integration/e2e_test.go index 38317adb..2af62cc2 100644 --- a/test/integration/e2e_test.go +++ b/test/integration/e2e_test.go @@ -48,7 +48,7 @@ import ( ) // TestE2EFullIntegration tests a full integration scenario that combines the supervisor, concierge, and CLI. -func TestE2EFullIntegration(t *testing.T) { +func TestE2EFullIntegration(t *testing.T) { // nolint:gocyclo env := testlib.IntegrationEnv(t) ctx, cancelFunc := context.WithTimeout(context.Background(), 10*time.Minute)