Commit 4e5c57ab by Luis San Pablo

type on test case

parent 03c7f149
...@@ -23,7 +23,7 @@ class TestSettings(TestCase): ...@@ -23,7 +23,7 @@ class TestSettings(TestCase):
Make sure user is alerted with an error when a removed setting Make sure user is alerted with an error when a removed setting
is set. is set.
""" """
with self.asserRaise(AttributeError): with self.assertRaise(AttributeError):
APISettings({ APISettings({
'MAX_PAGINATE_BY': 100 'MAX_PAGINATE_BY': 100
}) })
......
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