Skip to content

Commit aef5e8d

Browse files
authored
storagetransfer: update to use latest auth.getClient (GoogleCloudPlatform#1812)
Fixes: GoogleCloudPlatform#1747
1 parent 3eb9d83 commit aef5e8d

3 files changed

Lines changed: 57 additions & 193 deletions

File tree

storage-transfer/system-test/transfer.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ it('should create a storage transfer job', (done) => {
100100

101101
program.createTransferJob(options, (err, transferJob) => {
102102
assert.ifError(err);
103+
// jobName is used by other tests below.
103104
jobName = transferJob.name;
104105
assert.strictEqual(transferJob.name.indexOf('transferJobs/'), 0);
105106
assert.strictEqual(transferJob.description, description);

0 commit comments

Comments
 (0)