Add config read in test_default_config.
For some reason this was failing on OS X/Travis otherwise?
This commit is contained in:
parent
7245e300e6
commit
49be07eb18
@ -297,6 +297,7 @@ class TestDefaultConfig:
|
||||
def test_default_config(self):
|
||||
"""Test validating of the default config."""
|
||||
conf = config.ConfigManager()
|
||||
conf.read(None, None)
|
||||
conf._validate_all()
|
||||
|
||||
def test_default_key_config(self):
|
||||
|
Loading…
Reference in New Issue
Block a user