Skip to content

Commit

Permalink
devDeps: mockttp@^2.6.0->^3.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed May 18, 2023
1 parent 8675c78 commit a9bfa84
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 169 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@
"loose-envify": "^1.4.0",
"madge": "^5.0.1",
"mocha": "^9.2.2",
"mockttp": "^2.6.0",
"mockttp": "^3.7.5",
"nock": "^13.2.9",
"node-fetch": "^2.6.1",
"nyc": "^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/tests/errors.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('Sentry errors', function () {
return isPending === false;
}, 10000);
const [mockedRequest] = await mockedEndpoint.getSeenRequests();
const mockJsonBody = mockedRequest.body.json;
const mockJsonBody = mockedRequest.body.getJson();
const { level, extra } = mockJsonBody;
const [{ type, value }] = mockJsonBody.exception.values;
const { participateInMetaMetrics } = extra.appState.store.metamask;
Expand Down
Loading

0 comments on commit a9bfa84

Please sign in to comment.