Skip to content

Commit 90f6580

Browse files
committed
Default constructor arg is_test
1 parent b52b8fc commit 90f6580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/automate_manager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def authorizer_callback(*args, **kwargs):
2323

2424
class AutomateManager:
2525

26-
def __init__(self, secrets: dict, is_test: bool):
26+
def __init__(self, secrets: dict, is_test: bool=False):
2727
# Globals needed for the authorizer_callback
2828
global tokens, mdf_flow
2929

0 commit comments

Comments
 (0)