diff --git a/cli/test/secrets_test.go b/cli/test/secrets_test.go index 7af64eab8..f5d5a7b1f 100644 --- a/cli/test/secrets_test.go +++ b/cli/test/secrets_test.go @@ -93,7 +93,7 @@ func TestUserAuth_SecretsGetAll(t *testing.T) { t.Fatalf("snapshot failed: %v", err) } - // intentionally invoked this here because it should directly follow secretsGetAll + // explicitly called here because it should happen directly after successful secretsGetAll testUserAuth_SecretsGetAllWithoutConnection(t) }