Skip to content

Commit

Permalink
fix: failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Nov 24, 2020
1 parent ae79097 commit eea1ce2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/commands/circleci.envvar.update.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ before(async function () {
this.timeout(10000);
// Prime oclif commands into memory
await load(`${__dirname}/../../`);
process.env['CIRCLE_CI_TOKEN'] = '123456';
});

describe('circleci envvar update', () => {
Expand Down

0 comments on commit eea1ce2

Please sign in to comment.