Skip to content

Commit

Permalink
chore: update probot to 9.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jan 28, 2020
1 parent 2fc6980 commit e714d7c
Show file tree
Hide file tree
Showing 35 changed files with 17,008 additions and 27,249 deletions.
5,781 changes: 5,038 additions & 743 deletions package-lock.json

Large diffs are not rendered by default.

749 changes: 525 additions & 224 deletions packages/blunderbuss/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/blunderbuss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"lint": "gts check"
},
"dependencies": {
"gcf-utils": "1.1.0",
"probot": "9.6.4"
"gcf-utils": "1.5.0",
"probot": "9.9.1"
},
"devDependencies": {
"@types/body-parser": "^1.17.0",
Expand Down
5 changes: 2 additions & 3 deletions packages/blunderbuss/test/blunderbuss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,15 @@ describe('Blunderbuss', () => {
// enables retries which makes testing difficult.
Octokit: require('@octokit/rest'),
});

const app = probot.load(myProbotApp);
app.app = {
probot.app = {
getSignedJsonWebToken() {
return 'abc123';
},
getInstallationAccessToken(): Promise<string> {
return Promise.resolve('abc123');
},
};
probot.load(myProbotApp);
});

describe('issue tests', () => {
Expand Down
Loading

0 comments on commit e714d7c

Please sign in to comment.