We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90eacec commit 46636feCopy full SHA for 46636fe
unicorn_properties/tests/unit/conftest.py
@@ -33,4 +33,4 @@ def eventbridge(aws_credentials):
33
@pytest.fixture(scope='function')
34
def stepfunction(aws_credentials):
35
with mock_stepfunctions():
36
- yield boto3.client("stepfunctions")
+ yield boto3.client("stepfunctions", region_name='ap-southeast-2')
0 commit comments