We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52b8fc commit 90f6580Copy full SHA for 90f6580
aws/automate_manager.py
@@ -23,7 +23,7 @@ def authorizer_callback(*args, **kwargs):
23
24
class AutomateManager:
25
26
- def __init__(self, secrets: dict, is_test: bool):
+ def __init__(self, secrets: dict, is_test: bool=False):
27
# Globals needed for the authorizer_callback
28
global tokens, mdf_flow
29
0 commit comments