Skip to content

Commit

Permalink
storagetransfer: update to use latest auth.getClient (#1812)
Browse files Browse the repository at this point in the history
Fixes: #1747
  • Loading branch information
frankyn authored May 19, 2020
1 parent 3eb9d83 commit aef5e8d
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 193 deletions.
1 change: 1 addition & 0 deletions storage-transfer/system-test/transfer.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ it('should create a storage transfer job', (done) => {

program.createTransferJob(options, (err, transferJob) => {
assert.ifError(err);
// jobName is used by other tests below.
jobName = transferJob.name;
assert.strictEqual(transferJob.name.indexOf('transferJobs/'), 0);
assert.strictEqual(transferJob.description, description);
Expand Down
Loading

0 comments on commit aef5e8d

Please sign in to comment.