From f7a4b6464a874db40fd0eb0a34cad033db2a1afe Mon Sep 17 00:00:00 2001 From: liangliangyy Date: Wed, 29 Mar 2023 20:12:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8D=95=E5=85=83=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oauth/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth/tests.py b/oauth/tests.py index 31514cd..bb23b9b 100644 --- a/oauth/tests.py +++ b/oauth/tests.py @@ -226,7 +226,7 @@ class OauthLoginTest(TestCase): self.assertEqual(response.status_code, 302) sign = get_sha256(settings.SECRET_KEY + - str(1) + settings.SECRET_KEY) + str(oauth_user_id) + settings.SECRET_KEY) url = reverse('oauth:bindsuccess', kwargs={ 'oauthid': oauth_user_id,