Skip to content

Commit

Permalink
--ammend
Browse files Browse the repository at this point in the history
  • Loading branch information
lsanpablo committed Dec 8, 2015
1 parent 4e5c57a commit 9db4c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_loud_error_raised_on_removed_setting(self):
Make sure user is alerted with an error when a removed setting
is set.
"""
with self.assertRaise(AttributeError):
with self.assertRaises(AttributeError):
APISettings({
'MAX_PAGINATE_BY': 100
})
Expand Down

0 comments on commit 9db4c2a

Please sign in to comment.