Make the linter happy
This commit is contained in:
parent
cd825c5e51
commit
29368e8242
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user