From: Stephen Finucane Date: Thu, 24 Mar 2016 15:17:31 +0000 (+0000) Subject: tests: Don't override 'settings.DEBUG' X-Git-Tag: v1.1.3~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45a2c2c1e5c920bf35cad75aad5caf8b4fa6d10e;p=thirdparty%2Fpatchwork.git tests: Don't override 'settings.DEBUG' This isn't used, so remove it. Signed-off-by: Stephen Finucane Closes-bug: #30 (cherry picked from commit aec764b7c5c8250185025f5b4d7c8fc47d9e3533) --- diff --git a/patchwork/tests/test_tags.py b/patchwork/tests/test_tags.py index 70ca43d6..71bb8859 100644 --- a/patchwork/tests/test_tags.py +++ b/patchwork/tests/test_tags.py @@ -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()