Skip to content

Commit

Permalink
Fixes bug in object test.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmaclean committed Oct 26, 2023
1 parent a517af2 commit ac0e1ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ resource "google_storage_bucket_object" "object" {
bucket = google_storage_bucket.bucket.name
content = "%s"
}
`, bucketName, objectName, content, retainUntil)
`, bucketName, objectName, content)
}

func testGoogleStorageBucketsObjectHolds(bucketName string, eventBasedHold bool, temporaryHold bool) string {
Expand Down

0 comments on commit ac0e1ef

Please sign in to comment.