We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2962744 commit 19ba97bCopy full SHA for 19ba97b
1 file changed
google/cloud/storage/tests/object_integration_test.cc
@@ -924,6 +924,7 @@ TEST_F(ObjectIntegrationTest, CopyPredefinedAclPublicRead) {
924
ObjectAccessControl().set_entity("allUsers").set_role("READER")))
925
<< meta;
926
927
+ client.DeleteObject(bucket_name, copy_name);
928
client.DeleteObject(bucket_name, object_name);
929
}
930
0 commit comments