Skip to content

Commit

Permalink
Update security-check.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-DB authored Jun 22, 2023
1 parent 985babc commit 5863ecb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ behavior('confirmBroadeningPermissions and notification topic options generates
function THEN_codePipelineExpectation() {
Template.fromStack(pipelineStack).resourceCountIs('AWS::SNS::Topic', 1);


Template.fromStack(pipelineStack).hasResourceProperties(
'AWS::CodePipeline::Pipeline',
{
Expand Down Expand Up @@ -442,4 +441,4 @@ behavior('Stages declared outside the pipeline create their own ApplicationSecur
],
});
}
});
});

0 comments on commit 5863ecb

Please sign in to comment.