From 29368e8242110026ab13c203aa6f3ed56cc25653 Mon Sep 17 00:00:00 2001 From: Mo Khan Date: Tue, 8 Feb 2022 16:31:04 -0500 Subject: [PATCH] Make the linter happy --- test/integration/e2e_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)