We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3454e2a commit c1fb446Copy full SHA for c1fb446
tests/other/test_config.py
@@ -115,6 +115,7 @@ def test_validate_config_process_manager(config):
115
assert validate_config(cfg_copy)
116
117
with pytest.raises(ValidationError):
118
+ # make sure an int is validated as invalid
119
cfg_copy['server']['manager'] = {
120
'name': 'TinyDB',
121
'connection': 12345,
0 commit comments