Skip to content

Commit

Permalink
chore(deps): upgrade mockttp (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Aug 30, 2020
1 parent 5deee3f commit c8cd3ce
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 143 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -61,7 +61,7 @@
"husky": "^4.2.5",
"jest": "^26.4.2",
"lint-staged": "^10.2.13",
"mockttp": "0.20.4",
"mockttp": "^1.0.1",
"open": "^7.2.1",
"prettier": "^2.1.1",
"supertest": "^4.0.2",
Expand Down
1 change: 0 additions & 1 deletion test/e2e/http-proxy-middleware.spec.ts
Expand Up @@ -216,7 +216,6 @@ describe('E2E http-proxy-middleware', () => {
const response = await agent.get(`/api/some/endpoint/index.html`).expect(200);
expect(response.text).toBe('OK');
expect(completedRequest.headers.host).toBe('foobar.dev');
expect(completedRequest.hostname).toBe('foobar.dev');
});
});

Expand Down

0 comments on commit c8cd3ce

Please sign in to comment.