diff --git a/InvenTree/plugin/test_helpers.py b/InvenTree/plugin/test_helpers.py index 5187b30619..1b9cd104cc 100644 --- a/InvenTree/plugin/test_helpers.py +++ b/InvenTree/plugin/test_helpers.py @@ -15,7 +15,7 @@ class HelperTests(TestCase): # working sample response = render_template(ErrorSource(), 'sample/sample.html', {'abc': 123}) - self.assertEqual(response, '