Remove an unnecessary nolint comment

This commit is contained in:
Ryan Richard 2022-02-07 16:26:39 -08:00
parent aa56f174db
commit 0431a072ae
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,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) { // nolint:gocyclo func TestE2EFullIntegration(t *testing.T) {
env := testlib.IntegrationEnv(t) env := testlib.IntegrationEnv(t)
ctx, cancelFunc := context.WithTimeout(context.Background(), 15*time.Minute) ctx, cancelFunc := context.WithTimeout(context.Background(), 15*time.Minute)