Add config read in test_default_config.

For some reason this was failing on OS X/Travis otherwise?
This commit is contained in:
Florian Bruhin 2015-12-11 22:17:49 +01:00
parent 7245e300e6
commit 49be07eb18

View File

@ -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):