Studio login/registration redirects to LMS

This commit is contained in:
Nimisha Asthagiri
2018-12-15 16:25:27 -05:00
parent 0858ae233a
commit 886bc4b20b
27 changed files with 128 additions and 145 deletions

View File

@@ -309,7 +309,7 @@ class AuthTestCase(ContentStoreTestCase):
resp = self.client.get_html(course_url)
# re-request, and we should get a redirect to login page
self.assertRedirects(resp, settings.LOGIN_REDIRECT_URL + '?next=/home/')
self.assertRedirects(resp, settings.LOGIN_URL + '?next=/home/')
@mock.patch.dict(settings.FEATURES, {"ALLOW_PUBLIC_ACCOUNT_CREATION": False})
def test_signup_button_index_page(self):