Commit 138ad398 by cahrens

Update test (and set PREVIEW_LMS_BASE to something different so we can actually test the method).

parent a03a4fdd
...@@ -26,7 +26,7 @@ class LMSLinksTestCase(TestCase): ...@@ -26,7 +26,7 @@ class LMSLinksTestCase(TestCase):
link = utils.get_lms_link_for_item(location, True) link = utils.get_lms_link_for_item(location, True)
self.assertEquals( self.assertEquals(
link, link,
"//preview.localhost:8000/courses/mitX/101/test/jump_to/i4x://mitX/101/vertical/contacting_us" "//preview/courses/mitX/101/test/jump_to/i4x://mitX/101/vertical/contacting_us"
) )
......
...@@ -82,7 +82,7 @@ DATABASES = { ...@@ -82,7 +82,7 @@ DATABASES = {
} }
LMS_BASE = "localhost:8000" LMS_BASE = "localhost:8000"
MITX_FEATURES['PREVIEW_LMS_BASE'] = "localhost:8000" MITX_FEATURES['PREVIEW_LMS_BASE'] = "preview"
CACHES = { CACHES = {
# This is the cache used for most things. Askbot will not work without a # This is the cache used for most things. Askbot will not work without a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment