Skip to content

Commit 5a1f270

Browse files
committed
chore: revert changes
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent e0aae4e commit 5a1f270

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/http-caching-proxy/src/__tests__/integration/http-caching-proxy.integration.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ describe('HttpCachingProxy', () => {
8686

8787
await givenRunningProxy();
8888
const result = await makeRequest({
89-
// url: 'https://www.google.com',
90-
url: 'https://example.com',
89+
url: 'https://www.google.com',
90+
// url: 'https://example.com',
9191
});
9292

9393
expect(result.statusCode).to.equal(200);
94-
// expect(result.body).to.match(/google/i);
9594
expect(result.body).to.match(/google/i);
95+
// expect(result.body).to.containEql('example');
9696
});
9797

9898
it('rejects CONNECT requests (HTTPS tunneling)', async () => {

0 commit comments

Comments
 (0)