2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Travis fixes

This commit is contained in:
Oliver Walters
2020-11-12 15:37:21 +11:00
parent fe9749ba4f
commit 96ef5e1bde
2 changed files with 2 additions and 3 deletions

View File

@ -40,7 +40,6 @@ class SettingsTest(TestCase):
# Check object lookup (case insensitive)
self.assertEqual(InvenTreeSetting.get_setting_object('iNvEnTrEE_inSTanCE').pk, 1)
def test_required_values(self):
"""
- Ensure that every global setting has a name.