Skip to content

Commit dc6a85a

Browse files
Merge master into feature/cwltail
2 parents 3576364 + 09a0db7 commit dc6a85a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/src/test/awsService/accessanalyzer/iamPolicyChecks.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@ describe('customChecks', function () {
369369
assert.deepStrictEqual(actualCommand.referencePolicyType, policyType)
370370

371371
assert(onCustomPolicyCheckResponseFireSpy.notCalled)
372-
assert(executeCommandStub.notCalled)
373372
})
374373

375374
it('checkNoNewAccess should handle CloudFormation document type correctly', async function () {
@@ -400,7 +399,6 @@ describe('customChecks', function () {
400399
assert.deepStrictEqual(actualCommand.referencePolicyType, policyType)
401400

402401
assert(onCustomPolicyCheckResponseFireSpy.notCalled)
403-
assert(executeCommandStub.notCalled)
404402
})
405403

406404
it('checkNoNewAccess should handle missing reference document', async function () {

0 commit comments

Comments
 (0)