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 4186d7e commit 1c89c0cCopy full SHA for 1c89c0c
tests/test_main.py
@@ -24,7 +24,7 @@ class ParentSetting(SsmBaseSettings):
24
foo: ChildSetting
25
26
27
-def test_ssm_prefix_must_be_absolute():
+def test_ssm_prefix_must_be_absolute(ssm):
28
with pytest.raises(ValueError):
29
SimpleSettings(_ssm_prefix="asdf")
30
0 commit comments