We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf92dd commit d4c65f7Copy full SHA for d4c65f7
1 file changed
google-cloud-storage/acceptance/storage/bucket_encryption_test.rb
@@ -103,7 +103,7 @@
103
104
bucket.customer_supplied_encryption_enforcement_config = customer_supplied_config
105
_(bucket.customer_supplied_encryption_enforcement_config.restriction_mode).must_equal "FullyRestricted"
106
- bucket.update do |b|
+ bucket.update do |b|
107
b.google_managed_encryption_enforcement_config = google_managed_config
108
end
109
_(bucket.google_managed_encryption_enforcement_config.restriction_mode).must_equal "FullyRestricted"
0 commit comments