File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/aws-cdk-lib/pipelines/test/compliance Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -672,7 +672,7 @@ describe('assets with same hash but different destinations', () => {
672672 // Enable cross-account keys for cross-account asset publishing
673673 crossAccountKeys : true ,
674674 } ) ;
675-
675+
676676 // Add the same file asset app to two different environments
677677 // This simulates the scenario where the same asset needs to be published to different destinations
678678 pipeline . addStage ( new FileAssetApp ( app , 'App1' , {
@@ -681,10 +681,10 @@ describe('assets with same hash but different destinations', () => {
681681 region : 'us-east-1' ,
682682 } ,
683683 } ) ) ;
684-
684+
685685 pipeline . addStage ( new FileAssetApp ( app , 'App2' , {
686686 env : {
687- account : '222222222222' ,
687+ account : '222222222222' ,
688688 region : 'us-west-2' ,
689689 } ,
690690 } ) ) ;
@@ -697,11 +697,11 @@ describe('assets with same hash but different destinations', () => {
697697 Name : 'Assets' ,
698698 Actions : [
699699 // Should have multiple asset publishing actions for different destinations
700- Match . objectLike ( {
700+ Match . objectLike ( {
701701 RunOrder : 1 ,
702702 Name : Match . stringLikeRegexp ( '.*Asset.*' ) ,
703703 } ) ,
704- Match . objectLike ( {
704+ Match . objectLike ( {
705705 RunOrder : 1 ,
706706 Name : Match . stringLikeRegexp ( '.*Asset.*' ) ,
707707 } ) ,
You can’t perform that action at this time.
0 commit comments