diff --git a/tests/test_authtoken.py b/tests/test_authtoken.py index fb4689dda..478777a9f 100644 --- a/tests/test_authtoken.py +++ b/tests/test_authtoken.py @@ -82,10 +82,6 @@ class AuthTokenTests(TestCase): self.assertEqual(token.user, user2) def test_saving_existing_token_without_changes_does_not_alter_key(self): - """ - Ensure that calling save() on an existing token without modifications - does not change its key. - """ original_key = self.token.key self.token.save()