From a720d715321d9ad9c9ee64c3fb76c0e46d7193cd Mon Sep 17 00:00:00 2001 From: Mahdi Rahimi <31624047+mahdirahimi1999@users.noreply.github.com> Date: Thu, 7 Aug 2025 23:59:39 +0330 Subject: [PATCH] Update tests/test_authtoken.py Co-authored-by: Bruno Alla --- tests/test_authtoken.py | 4 ---- 1 file changed, 4 deletions(-) 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()