Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcraig committed Dec 2, 2024
1 parent 70b7216 commit c0630fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault/resource_aws_secret_backend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func testAccAWSSecretBackendConfig_fallback(path, accessKey, secretKey string) s
return fmt.Sprintf(`
resource "vault_aws_secret_backend" "test" {
path = "%s"
description = "test description updated"
description = "test description"
default_lease_ttl_seconds = 1800
max_lease_ttl_seconds = 43200
access_key = "%s"
Expand Down

0 comments on commit c0630fd

Please sign in to comment.