mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
remove repo name from assertations
this breaks on other runners (gitlab, azure devops) as they handle repo names in another way
This commit is contained in:
parent
bd195105e7
commit
556b7036aa
@ -548,7 +548,7 @@ class TestSettings(TestCase):
|
|||||||
|
|
||||||
# with env set
|
# with env set
|
||||||
with self.in_env_context({'INVENTREE_CONFIG_FILE': 'my_special_conf.yaml'}):
|
with self.in_env_context({'INVENTREE_CONFIG_FILE': 'my_special_conf.yaml'}):
|
||||||
self.assertIn('inventree/inventree/my_special_conf.yaml', config.get_config_file().lower())
|
self.assertIn('inventree/my_special_conf.yaml', config.get_config_file().lower())
|
||||||
|
|
||||||
def test_helpers_plugin_file(self):
|
def test_helpers_plugin_file(self):
|
||||||
# normal run - not configured
|
# normal run - not configured
|
||||||
|
Loading…
x
Reference in New Issue
Block a user