[Python-modules-commits] [python-social-auth] 43/322: Changed test name

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:12:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.10
in repository python-social-auth.

commit 6099db4a326f061412e44daebf380d1ccbf56505
Author: Anna Warzecha <anna.warzecha at gmail.com>
Date:   Tue Nov 18 23:39:54 2014 +0100

    Changed test name
---
 social/tests/backends/test_khanacademy.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/social/tests/backends/test_khanacademy.py b/social/tests/backends/test_khanacademy.py
index 65481a0..e7ee863 100644
--- a/social/tests/backends/test_khanacademy.py
+++ b/social/tests/backends/test_khanacademy.py
@@ -5,7 +5,7 @@ from social.p3 import urlencode
 from social.tests.backends.oauth import OAuth1Test
 
 
-class KhanAcademyOAuth2Test(OAuth1Test):
+class KhanAcademyOAuth1Test(OAuth1Test):
     backend_path = 'social.backends.khanacademy.KhanAcademyOAuth1'
     user_data_url = 'https://www.khanacademy.org/api/v1/user'
     expected_username = 'foo at bar.com'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list