Skip to content

Commit 9db4c2a

Browse files
committed
--ammend
1 parent 4e5c57a commit 9db4c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_loud_error_raised_on_removed_setting(self):
2323
Make sure user is alerted with an error when a removed setting
2424
is set.
2525
"""
26-
with self.assertRaise(AttributeError):
26+
with self.assertRaises(AttributeError):
2727
APISettings({
2828
'MAX_PAGINATE_BY': 100
2929
})

0 commit comments

Comments
 (0)