Yet another fix

This commit is contained in:
Oliver 2022-05-18 13:40:57 +10:00
parent 0f1dd3fe65
commit 810671f423

View File

@ -535,7 +535,7 @@ class TestSettings(TestCase):
# with env set
with self.in_env_context({'INVENTREE_CONFIG_FILE': 'my_special_conf.yaml'}):
self.assertIn('InvenTree/InvenTree/my_special_conf.yaml', config.get_config_file())
self.assertIn('inventree/inventree/my_special_conf.yaml', config.get_config_file().lower())
def test_helpers_plugin_file(self):
# normal run - not configured