Skip to content

Commit 8982a03

Browse files
committed
Set region
1 parent 9cab1eb commit 8982a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ def aws_credentials():
1616

1717

1818
@pytest.fixture(scope="function")
19-
def ssm():
19+
def ssm(aws_credentials):
2020
with mock_ssm():
2121
yield boto3.client("ssm")

0 commit comments

Comments
 (0)