Revert "update login api" (#27416)

This PR might be causing e2e tests to fail. Reverting and merging without waiting on tests.
This commit is contained in:
Julia Eskew
2021-04-26 10:07:36 -04:00
committed by GitHub
parent 443730509c
commit 4462ed37b2
9 changed files with 19 additions and 57 deletions

View File

@@ -29,7 +29,7 @@ class ContentStoreTestCase(ModuleStoreTestCase):
returned json
"""
resp = self.client.post(
reverse('user_api_login_session', kwargs={'api_version': 'v1'}),
reverse('user_api_login_session'),
{'email': email, 'password': password}
)
return resp