Skip to content

Commit

Permalink
Updated userdata URL in dailymotion test
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed Dec 18, 2016
1 parent 4912fe1 commit 93ca299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social_core/tests/backends/test_dailymotion.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class DailymotionOAuth2Test(OAuth2Test):
backend_path = 'social_core.backends.dailymotion.DailymotionOAuth2'
user_data_url = 'https://api.dailymotion.com/me/'
user_data_url = 'https://api.dailymotion.com/auth/'
expected_username = 'foobar'
access_token_body = json.dumps({
'access_token': 'foobar',
Expand Down

0 comments on commit 93ca299

Please sign in to comment.