Skip to content

Commit 19ba97b

Browse files
authored
Fix object leak during integration test. (#1204)
The integration test was leaking an object, not super important, but we prefer to be tidy.
1 parent 2962744 commit 19ba97b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

google/cloud/storage/tests/object_integration_test.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,7 @@ TEST_F(ObjectIntegrationTest, CopyPredefinedAclPublicRead) {
924924
ObjectAccessControl().set_entity("allUsers").set_role("READER")))
925925
<< meta;
926926

927+
client.DeleteObject(bucket_name, copy_name);
927928
client.DeleteObject(bucket_name, object_name);
928929
}
929930

0 commit comments

Comments
 (0)