Skip to content

Commit

Permalink
tests(instagram): Match new API
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed May 24, 2020
1 parent 23c46b4 commit ee63061
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions allauth/socialaccount/providers/instagram/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ class InstagramTests(OAuth2TestsMixin, TestCase):
def get_mocked_response(self):
return MockedResponse(200, """
{
"meta": {
"code": 200
},
"data": {
"username": "georgewhewell",
"bio": "",
"website": "",
Expand All @@ -26,5 +22,4 @@ def get_mocked_response(self):
"follows": 104
},
"id": "11428116"
}
}""") # noqa

0 comments on commit ee63061

Please sign in to comment.