Skip to content

Commit

Permalink
Removing allowAllOutbound in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew2184 committed Jan 7, 2024
1 parent bfa22b9 commit 1ea6972
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ void setUp() throws IOException {
.onFailure(onFailure)
.onSuccess(onSuccess)
.retryAttempts(2)
// .allowAllOutbound(true)
.allowPublicSubnet(false)
.architecture(ARM_64)
.codeSigningConfig(fromCodeSigningConfigArn(stack, "test-code-signing-config",
Expand Down

0 comments on commit 1ea6972

Please sign in to comment.