From 6dd00bb74fd141fd0dbe512d865ad664faabd9ee Mon Sep 17 00:00:00 2001 From: Keira Crafts Date: Fri, 23 Aug 2024 14:07:39 +0100 Subject: [PATCH] ran 'black .' command and then make lint --- tests/test_action_expander.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_action_expander.py b/tests/test_action_expander.py index ed5301c..a43249e 100644 --- a/tests/test_action_expander.py +++ b/tests/test_action_expander.py @@ -208,8 +208,8 @@ def test_resolve_scenario_2(): "lambda:DeleteLayerVersion", "lambda:DeleteProvisionedConcurrencyConfig", "lambda:DisableReplication", - 'lambda:GetFunctionRecursionConfig', - 'lambda:PutFunctionRecursionConfig', + "lambda:GetFunctionRecursionConfig", + "lambda:PutFunctionRecursionConfig", "lambda:EnableReplication", "lambda:GetAccountSettings", "lambda:GetAlias",