Skip to content

Commit

Permalink
updates unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsFronius committed Oct 5, 2022
1 parent bdb5497 commit 10a85f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
]
]
},
"Delete": "{\"service\":\"CloudWatchLogs\",\"action\":\"deleteResourcePolicy\",\"parameters\":{\"policyName\":\"ESLogPolicyc8858d5dba055f677469d76cb6ad538fd732ba69a6\"},\"ignoreErrorCodesMatching\":\"400\"}",
"Delete": "{\"service\":\"CloudWatchLogs\",\"action\":\"deleteResourcePolicy\",\"parameters\":{\"policyName\":\"ESLogPolicyc8858d5dba055f677469d76cb6ad538fd732ba69a6\"},\"ignoreErrorCodesMatching\":\"ResourceNotFoundException\"}",
"InstallLatestAwsSdk": true
},
"DependsOn": [
Expand Down Expand Up @@ -377,7 +377,7 @@
]
]
},
"Delete": "{\"service\":\"CloudWatchLogs\",\"action\":\"deleteResourcePolicy\",\"parameters\":{\"policyName\":\"ESLogPolicyc8405238e455eeabd840cf6933e1814efc51d2de71\"},\"ignoreErrorCodesMatching\":\"400\"}",
"Delete": "{\"service\":\"CloudWatchLogs\",\"action\":\"deleteResourcePolicy\",\"parameters\":{\"policyName\":\"ESLogPolicyc8405238e455eeabd840cf6933e1814efc51d2de71\"},\"ignoreErrorCodesMatching\":\"ResourceNotFoundException\"}",
"InstallLatestAwsSdk": true
},
"DependsOn": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test('minimal example renders correctly', () => {
parameters: {
policyName: 'TestPolicy',
},
ignoreErrorCodesMatching: '400',
ignoreErrorCodesMatching: 'ResourceNotFoundException',
}),
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test('minimal example renders correctly', () => {
parameters: {
policyName: 'TestPolicy',
},
ignoreErrorCodesMatching: '400',
ignoreErrorCodesMatching: 'ResourceNotFoundException',
}),
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
]
]
},
"Delete": "{\"service\":\"CloudWatchLogs\",\"action\":\"deleteResourcePolicy\",\"parameters\":{\"policyName\":\"ESLogPolicyc881416c4fcb1ec2b4bf7f47a5cde4097f01ec50fc\"},\"ignoreErrorCodesMatching\":\"400\"}",
"Delete": "{\"service\":\"CloudWatchLogs\",\"action\":\"deleteResourcePolicy\",\"parameters\":{\"policyName\":\"ESLogPolicyc881416c4fcb1ec2b4bf7f47a5cde4097f01ec50fc\"},\"ignoreErrorCodesMatching\":\"ResourceNotFoundException\"}",
"InstallLatestAwsSdk": true
},
"DependsOn": [
Expand Down Expand Up @@ -374,7 +374,7 @@
]
]
},
"Delete": "{\"service\":\"CloudWatchLogs\",\"action\":\"deleteResourcePolicy\",\"parameters\":{\"policyName\":\"ESLogPolicyc80140a7754e9c0dd4e81167ef19e15da5b55dca02\"},\"ignoreErrorCodesMatching\":\"400\"}",
"Delete": "{\"service\":\"CloudWatchLogs\",\"action\":\"deleteResourcePolicy\",\"parameters\":{\"policyName\":\"ESLogPolicyc80140a7754e9c0dd4e81167ef19e15da5b55dca02\"},\"ignoreErrorCodesMatching\":\"ResourceNotFoundException\"}",
"InstallLatestAwsSdk": true
},
"DependsOn": [
Expand Down

0 comments on commit 10a85f6

Please sign in to comment.