File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
packages/@aws-cdk/toolkit-lib/test/api/deployments Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -804,7 +804,8 @@ test('deployStack warns when it cannot get the events in case of early validatio
804804 } ) ,
805805 ) . rejects . toThrow ( `The template cannot be deployed because of early validation errors, but retrieving more details about those
806806errors failed (Error: AccessDenied). Make sure you have permissions to call the DescribeEvents API, or re-bootstrap
807- your environment with the latest version of the CLI (need at least version 30, current version 0).` ) ;
807+ your environment by running 'cdk bootstrap' to update the Bootstrap CDK Toolkit stack.
808+ Bootstrap toolkit stack version 30 or later is needed; current version: 0.` ) ;
808809} ) ;
809810
810811test ( 'deploy not skipped if template did not change but one tag removed' , async ( ) => {
You can’t perform that action at this time.
0 commit comments