10000
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 9f5fddc commit 381f571Copy full SHA for 381f571
setup.cfg
@@ -85,7 +85,7 @@ runtime =
85
jsonpath-ng>=1.5.3
86
jsonpath-rw>=1.4.0,<2.0.0
87
localstack-client>=2.0
88
- moto-ext[all]==4.1.12.post1
+ moto-ext[all]==4.1.12.post2
89
opensearch-py==2.1.1
90
pproxy>=2.7.0
91
pymongo>=4.2.0
tests/integration/test_ssm.py
@@ -21,9 +21,6 @@ def do_assert(result):
21
22
class TestSSM:
23
@pytest.mark.aws_validated
24
- @pytest.mark.xfail(
25
- reason="xfail until https://github.com/getmoto/moto/pull/6484 is in moto-ext"
26
- )
27
def test_describe_parameters(self, aws_client):
28
response = aws_client.ssm.describe_parameters()
29
assert "Parameters" in response
0 commit comments