From 28a9ba053d2e20b44e2dbd5ba176c3ed06b2449a Mon Sep 17 00:00:00 2001 From: John Murret Date: Tue, 29 Mar 2022 17:03:06 -0600 Subject: [PATCH] Removing logging token in acceptance test code. --- acceptance/framework/vault/helpers.go | 1 - 1 file changed, 1 deletion(-) diff --git a/acceptance/framework/vault/helpers.go b/acceptance/framework/vault/helpers.go index 89011e493f..bcb9f1df00 100644 --- a/acceptance/framework/vault/helpers.go +++ b/acceptance/framework/vault/helpers.go @@ -124,7 +124,6 @@ func ConfigureEnterpriseLicenseVaultSecret(t *testing.T, vaultClient *vapi.Clien // ConfigureSnapshotAgentSecret stores it in Vault as a secret and configures a policy to access it. func ConfigureSnapshotAgentSecret(t *testing.T, vaultClient *vapi.Client, cfg *config.TestConfig, config string) { logger.Log(t, "Creating the Snapshot Agent Config secret in Vault") - logger.Logf(t, "Snapshot Agent config: %s", config) params := map[string]interface{}{ "data": map[string]interface{}{ "config": config,