Skip to content

Commit 1c89c0c

Browse files
committed
fix(test): ensure client is mocked
1 parent 4186d7e commit 1c89c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class ParentSetting(SsmBaseSettings):
2424
foo: ChildSetting
2525

2626

27-
def test_ssm_prefix_must_be_absolute():
27+
def test_ssm_prefix_must_be_absolute(ssm):
2828
with pytest.raises(ValueError):
2929
SimpleSettings(_ssm_prefix="asdf")
3030

0 commit comments

Comments
 (0)