Kaydet (Commit) 3074c5b1 authored tarafından Tim Graham's avatar Tim Graham

Fixed typo in settings_tests

üst c21b832c
...@@ -112,7 +112,7 @@ class ClassDecoratedTestCase(ClassDecoratedTestCaseSuper): ...@@ -112,7 +112,7 @@ class ClassDecoratedTestCase(ClassDecoratedTestCaseSuper):
@classmethod @classmethod
def setUpClass(cls): def setUpClass(cls):
super(cls, ClassDecoratedTestCase).setUpClass() super(ClassDecoratedTestCase, cls).setUpClass()
cls.foo = getattr(settings, 'TEST', 'BUG') cls.foo = getattr(settings, 'TEST', 'BUG')
def test_override(self): def test_override(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment