From e6bf6f9beee40b1ac623e29b35b80ac34b1a70bf Mon Sep 17 00:00:00 2001 From: kobashi Date: Thu, 21 Mar 2024 16:32:20 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=95=E3=82=A9=E3=83=BC=E3=83=9E=E3=83=83?= =?UTF-8?q?=E3=83=88=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- accounts/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/tests.py b/accounts/tests.py index 050a23e..db3d52d 100644 --- a/accounts/tests.py +++ b/accounts/tests.py @@ -230,7 +230,7 @@ def test_failure_post_with_not_exists_user(self): self.assertNotIn(SESSION_KEY, self.client.session) self.assertIn( "正しいユーザー名とパスワードを入力してください。どちらのフィールドも大文字と小文字は区別されます。", - form.errors["__all__"] + form.errors["__all__"] ) def test_failure_post_with_empty_password(self):