Skip to content

Commit 0fc2d90

Browse files
author
github-actions
committed
chore: self mutation
Signed-off-by: github-actions <[email protected]>
1 parent 12e07e2 commit 0fc2d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ integTest('requests go through a proxy when configured',
3737
// eslint-disable-next-line no-console
3838
console.log(JSON.stringify(urls));
3939
// eslint-disable-next-line no-console
40-
console.log(JSON.stringify(urls.reverse()))
40+
console.log(JSON.stringify(urls.reverse()));
4141

4242
const urls2 = urls.filter(u => u.startsWith('https://cli.cdk.dev'));
4343
// eslint-disable-next-line no-console

0 commit comments

Comments
 (0)