We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd1a44 commit 2e05ceeCopy full SHA for 2e05cee
simple_history/tests/tests/test_admin.py
@@ -139,7 +139,8 @@ def test_underscore_in_pk(self):
139
book._history_user = self.user
140
book.save()
141
response = self.app.get(get_history_url(book))
142
- self.assertIn(book.history.all()[0].revert_url(), response.unicode_normal_body)
+ self.assertIn(book.history.all()[0].revert_url(),
143
+ response.unicode_normal_body)
144
145
def test_historical_user_no_setter(self):
146
"""Demonstrate admin error without `_historical_user` setter.
0 commit comments