Skip to content

Commit

Permalink
address single-element array being translated to a string
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Park committed Apr 19, 2024
1 parent cffa02f commit 2d07e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/serverless-deploy-iam/test/deploy-role.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ describe("Deploy user policy", () => {
PolicyDocument: {
Statement: arrayWith(
objectLike({
Action: ["logs:*"],
Action: "logs:*",
Effect: "Allow",
Resource: [
{
Expand Down

0 comments on commit 2d07e6f

Please sign in to comment.