Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndoh committed May 17, 2021
1 parent dc852c1 commit 973f888
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ describe('lib/plugins/aws/package/lib/mergeIamTemplates.test.js', () => {
);
});

it('should support `provider.iam.role.permissionBoundary` defined with CF intrinsic functions', async () => {
it('should support `provider.iam.role.permissionsBoundary` defined with CF intrinsic functions', async () => {
const { cfTemplate, awsNaming } = await runServerless({
fixture: 'function',
command: 'package',
Expand Down

0 comments on commit 973f888

Please sign in to comment.