Skip to content

Commit

Permalink
I re-added the actions for the lambda service in the right order instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Keira Crafts authored and Keira Crafts committed Aug 23, 2024
1 parent 6dd00bb commit 14a6e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_action_expander.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,6 @@ def test_resolve_scenario_2():
"lambda:DeleteLayerVersion",
"lambda:DeleteProvisionedConcurrencyConfig",
"lambda:DisableReplication",
"lambda:GetFunctionRecursionConfig",
"lambda:PutFunctionRecursionConfig",
"lambda:EnableReplication",
"lambda:GetAccountSettings",
"lambda:GetAlias",
Expand All @@ -220,6 +218,7 @@ def test_resolve_scenario_2():
"lambda:GetFunctionConcurrency",
"lambda:GetFunctionConfiguration",
"lambda:GetFunctionEventInvokeConfig",
"lambda:GetFunctionRecursionConfig",
"lambda:GetFunctionUrlConfig",
"lambda:GetLayerVersion",
"lambda:GetLayerVersionPolicy",
Expand All @@ -246,6 +245,7 @@ def test_resolve_scenario_2():
"lambda:PutFunctionCodeSigningConfig",
"lambda:PutFunctionConcurrency",
"lambda:PutFunctionEventInvokeConfig",
"lambda:PutFunctionRecursionConfig",
"lambda:PutProvisionedConcurrencyConfig",
"lambda:PutRuntimeManagementConfig",
"lambda:RemoveLayerVersionPermission",
Expand Down

0 comments on commit 14a6e69

Please sign in to comment.