Skip to content

Commit c1fb446

Browse files
committed
fix validation issue
1 parent 3454e2a commit c1fb446

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/other/test_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ def test_validate_config_process_manager(config):
115115
assert validate_config(cfg_copy)
116116

117117
with pytest.raises(ValidationError):
118+
# make sure an int is validated as invalid
118119
cfg_copy['server']['manager'] = {
119120
'name': 'TinyDB',
120121
'connection': 12345,

0 commit comments

Comments
 (0)