Skip to content

Commit 044becc

Browse files
committed
integ test changes
1 parent d6cb6bb commit 044becc

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packages/@aws-cdk-testing/cli-integ/tests/cli-integ-tests/synth/cdk-synth-telemetry-with-errors.integtest.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ integTest(
3232
json: false,
3333
debug: false,
3434
staging: true,
35-
notices: true,
3635
['no-color']: false,
3736
ci: expect.anything(), // changes based on where this is called
3837
validation: true,
@@ -81,7 +80,6 @@ integTest(
8180
json: false,
8281
debug: false,
8382
staging: true,
84-
notices: true,
8583
['no-color']: false,
8684
ci: expect.anything(), // changes based on where this is called
8785
validation: true,

packages/@aws-cdk-testing/cli-integ/tests/cli-integ-tests/synth/cdk-synth-telemetry.integtest.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ integTest(
2424
json: false,
2525
debug: false,
2626
staging: true,
27-
notices: true,
2827
['no-color']: false,
2928
ci: expect.anything(), // changes based on where this is called
3029
validation: true,
@@ -74,7 +73,6 @@ integTest(
7473
json: false,
7574
debug: false,
7675
staging: true,
77-
notices: true,
7876
['no-color']: false,
7977
ci: expect.anything(), // changes based on where this is called
8078
validation: true,

0 commit comments

Comments
 (0)