Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
type on test case
  • Loading branch information
lsanpablo committed Dec 8, 2015
commit 4e5c57ab469c94a588312046a8f115b00331eb6b
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.asserRaise(AttributeError):
with self.assertRaise(AttributeError):
APISettings({
'MAX_PAGINATE_BY': 100
})
Expand Down