Skip to content

Commit 4e65441

Browse files
committed
eslint
1 parent 22f49d4 commit 4e65441

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/@aws-cdk-testing/cli-integ/tests/cli-integ-tests/proxy/cdk-requests-go-through-a-proxy-when-configured.integtest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ integTest('requests go through a proxy when configured',
2929
});
3030

3131
const connections = JSON.stringify(await fs.readFile(path.join(cdkCacheDir, 'connection.json')));
32+
// eslint-disable-next-line no-console
3233
console.log(connections);
3334

3435
const requests = await proxyServer.getSeenRequests();
36+
// eslint-disable-next-line no-console
3537
console.log(JSON.stringify(requests));
3638

3739
expect(requests.map(req => req.url))

0 commit comments

Comments
 (0)