We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38dd9a commit 959c57cCopy full SHA for 959c57c
tests/functional/raw-node/test/GCP/object/head.js
@@ -81,6 +81,8 @@ describe('GCP: HEAD Object', function testSuite() {
81
Bucket: bucketName,
82
Key: this.test.key,
83
}, (err, res) => {
84
+ console.log('Head object err:', err);
85
+ console.log('Head object res:', res);
86
assert.equal(err, null,
87
`Expected success, got error ${err}`);
88
assert.strictEqual(res.ETag, this.test.ETag);
0 commit comments