Skip to content

Commit 4116e47

Browse files
committed
fixup! fixup! step2: use send with gcp client on object tests instead of old helpers
fixing the lint on getTagging
1 parent 9f0e7f7 commit 4116e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/raw-node/test/GCP/object/getTagging.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ describe('GCP: GET Object Tagging', () => {
104104
return done();
105105
}
106106
const cmd = new DeleteBucketCommand({ Bucket: bucketName });
107-
gcpClient.send(cmd)
107+
return gcpClient.send(cmd)
108108
.then(() => done())
109109
.catch(err => {
110110
process.stdout.write(`err in deleting bucket ${err}`);

0 commit comments

Comments
 (0)