From: Stephen Finucane Date: Thu, 24 Mar 2016 15:17:31 +0000 (+0000) Subject: tests: Don't override 'settings.DEBUG' X-Git-Tag: v2.0.0-rc1~410 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aec764b7c5c8250185025f5b4d7c8fc47d9e3533;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 --- diff --git a/patchwork/tests/test_tags.py b/patchwork/tests/test_tags.py index b57d5fde..5886d83b 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()