Make the linter happy

This commit is contained in:
Mo Khan
2022-02-08 16:31:04 -05:00
committed by GitHub
parent cd825c5e51
commit 29368e8242

View File

@@ -48,7 +48,7 @@ import (
) )
// TestE2EFullIntegration tests a full integration scenario that combines the supervisor, concierge, and CLI. // 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) env := testlib.IntegrationEnv(t)
ctx, cancelFunc := context.WithTimeout(context.Background(), 10*time.Minute) ctx, cancelFunc := context.WithTimeout(context.Background(), 10*time.Minute)