Skip to content

Commit e0aae4e

Browse files
committed
chore: test
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent 3356af6 commit e0aae4e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

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

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

9293
expect(result.statusCode).to.equal(200);
94+
// expect(result.body).to.match(/google/i);
9395
expect(result.body).to.match(/google/i);
9496
});
9597

0 commit comments

Comments
 (0)