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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user