Skip to content

Commit 6c2f15e

Browse files
ignore getObject system test
1 parent ec08ba3 commit 6c2f15e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

system_test/testToken.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,9 @@ describe('testLoginTokenExpire', function () {
120120
complete: function (err) {
121121
console.log(`ERROR :::: ${JSON.stringify(err)}`);
122122
assert.ok(err);
123-
assert.strictEqual(err.message, 'Unable to perform ' +
124-
'operation using terminated connection.');
123+
console.log(`ERROR :::: ${JSON.stringify(err.message)}`);
124+
assert.strictEqual(err.message, 'Unable to perform operation using terminated connection.');
125+
console.log(`ERROR :::: callback`);
125126
callback();
126127
}
127128
});

0 commit comments

Comments
 (0)