We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cab1eb commit 8982a03Copy full SHA for 8982a03
tests/conftest.py
@@ -16,6 +16,6 @@ def aws_credentials():
16
17
18
@pytest.fixture(scope="function")
19
-def ssm():
+def ssm(aws_credentials):
20
with mock_ssm():
21
yield boto3.client("ssm")
0 commit comments