]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
tests: Don't override 'settings.DEBUG'
authorStephen Finucane <stephen.finucane@intel.com>
Thu, 24 Mar 2016 15:17:31 +0000 (15:17 +0000)
committerStephen Finucane <stephen@that.guru>
Tue, 31 Jan 2017 19:55:16 +0000 (19:55 +0000)
This isn't used, so remove it.

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
Closes-bug: #30
(cherry picked from commit aec764b7c5c8250185025f5b4d7c8fc47d9e3533)

patchwork/tests/test_tags.py

index 70ca43d64b6c8b2d92d6f74593575da9aadd626f..71bb8859b98bca254df58076598a06d3913be5ea 100644 (file)
@@ -121,7 +121,6 @@ class PatchTagsTest(TransactionTestCase):
         return comment
 
     def setUp(self):
-        settings.DEBUG = True
         project = Project(linkname='test-project', name='Test Project',
                           use_tags=True)
         project.save()