Skip to content

Commit 959c57c

Browse files
committed
get object fixup
1 parent e38dd9a commit 959c57c

File tree

1 file changed

+2
-0
lines changed
  • tests/functional/raw-node/test/GCP/object

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ describe('GCP: HEAD Object', function testSuite() {
8181
Bucket: bucketName,
8282
Key: this.test.key,
8383
}, (err, res) => {
84+
console.log('Head object err:', err);
85+
console.log('Head object res:', res);
8486
assert.equal(err, null,
8587
`Expected success, got error ${err}`);
8688
assert.strictEqual(res.ETag, this.test.ETag);

0 commit comments

Comments
 (0)