Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
biffgaut committed Mar 24, 2023
1 parent b27251a commit 40f97f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ test('Test minimal deployment write access to String Parameter ', () => {
stringParameterPermissions: 'ReadWrite'
});
// Assertion 1
const template = Template.fromJSON(stack);
template.hasResourceProperties("AWS::SSM::Parameter", {
Type: "String",
Value: "test-string-value"
Expand Down

0 comments on commit 40f97f8

Please sign in to comment.