Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Park committed Oct 1, 2024
1 parent 833b6c6 commit 6682fa9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/serverless-deploy-iam/test/deploy-role.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,11 @@ describe("Deploy user policy", () => {
PolicyDocument: {
Statement: arrayWith(
objectLike({
Action: ["lambda:GetFunction", "lambda:InvokeFunction"],
Action: [
"lambda:GetFunction",
"lambda:InvokeFunction",
"lambda:ListTags",
],
Effect: "Allow",
Resource: [
{
Expand Down

0 comments on commit 6682fa9

Please sign in to comment.