From 810671f42383b9860e085bf2811426244d0f3214 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 18 May 2022 13:40:57 +1000 Subject: [PATCH] Yet another fix --- InvenTree/InvenTree/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/InvenTree/tests.py b/InvenTree/InvenTree/tests.py index 5bb6a4aae2..501eed0834 100644 --- a/InvenTree/InvenTree/tests.py +++ b/InvenTree/InvenTree/tests.py @@ -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