Skip to content

Commit

Permalink
Merge pull request #8 from dependabot/dependabot/npm_and_yarn/axios-0…
Browse files Browse the repository at this point in the history
….23.0

Bump axios from 0.21.4 to 0.23.0
  • Loading branch information
Jurre authored and GitHub committed Oct 18, 2021
2 parents 25f7598 + 4c20889 commit ee3f21d
Show file tree
Hide file tree
Showing 6 changed files with 239 additions and 125 deletions.
2 changes: 1 addition & 1 deletion __tests__/updater-integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe('Updater', () => {

// NOTE: This will not work when running against the actual dependabot-api
// Checks if the pr was persisted in the fake json-server
const res = await client.get('/pull_requests/1')
const res: any = await client.get('/pull_requests/1')

expect(res.status).toEqual(200)
expect(res.data['pr-title']).toEqual(
Expand Down
Loading

0 comments on commit ee3f21d

Please sign in to comment.