Skip to content

Commit

Permalink
Removing logging token in acceptance test code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Mar 29, 2022
1 parent 634164a commit e769189
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion acceptance/framework/vault/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e769189

Please sign in to comment.