mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
--ammend
This commit is contained in:
parent
4e5c57ab46
commit
9db4c2ae8a
|
@ -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.assertRaise(AttributeError):
|
with self.assertRaises(AttributeError):
|
||||||
APISettings({
|
APISettings({
|
||||||
'MAX_PAGINATE_BY': 100
|
'MAX_PAGINATE_BY': 100
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user