Skip to content

Commit 46636fe

Browse files
committed
fix: add missing region specification to StepFunctions mock
1 parent 90eacec commit 46636fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unicorn_properties/tests/unit/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ def eventbridge(aws_credentials):
3333
@pytest.fixture(scope='function')
3434
def stepfunction(aws_credentials):
3535
with mock_stepfunctions():
36-
yield boto3.client("stepfunctions")
36+
yield boto3.client("stepfunctions", region_name='ap-southeast-2')

0 commit comments

Comments
 (0)