We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cadb3e commit 8b12b34Copy full SHA for 8b12b34
1 file changed
internal/provider/vaultsecrets/resource_vault_secrets_app_iam_policy_test.go
@@ -13,7 +13,6 @@ import (
13
)
14
15
func TestAccVaultSecretsAppIamPolicyResource(t *testing.T) {
16
- t.Skip("Skipping test for HCP Vault Secrets due to product end of sale.")
17
appName := generateRandomSlug()
18
projectID := os.Getenv("HCP_PROJECT_ID")
19
projectName := fmt.Sprintf("project/%s", projectID)
@@ -46,7 +45,6 @@ func TestAccVaultSecretsAppIamPolicyResource(t *testing.T) {
46
45
}
47
48
func TestAccVaultSecretsAppIamBindingResource(t *testing.T) {
49
50
51
52
0 commit comments