diff --git a/InvenTree/common/test_views.py b/InvenTree/common/test_views.py index c711742272..2c15f2e357 100644 --- a/InvenTree/common/test_views.py +++ b/InvenTree/common/test_views.py @@ -157,4 +157,3 @@ class SettingsViewTest(TestCase): # try posting valid value new_format = "{{ part.name if part.name }} {{ ' with revision ' if part.revision }} {{ part.revision }}" self.post(url, {'value': new_format}, valid=True) -