From 3c33ddd2f85ac5475539cd1c5eae2f30fb9e6ea8 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sat, 13 Apr 2019 18:32:19 +0200 Subject: Config for tests --- tests/test_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_config.py') diff --git a/tests/test_config.py b/tests/test_config.py index 37f057e..7851019 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -13,10 +13,10 @@ class TestConfig(unittest.TestCase): self.assertIn('backend', self.config.data) def test_load_config_from_file(self): - self.config.load('tests/data/simple_config.yaml') + self.config.load('tests/data/test_config.yaml') self.assertEqual( self.config.config_fn, - 'tests/data/simple_config.yaml' + 'tests/data/test_config.yaml' ) self.assertIn('backend', self.config.data) self.assertEqual(self.config.backend, 'none') -- cgit v1.2.3