Fix enrollment message

This commit is contained in:
Mushtaq Ali
2016-01-11 17:24:06 +05:00
parent e8925972d9
commit 8f76f3385a
8 changed files with 38 additions and 12 deletions

View File

@@ -1430,7 +1430,7 @@ class ContentStoreTest(ContentStoreTestCase, XssTestMixin):
html = '<script>alert("{name} XSS")</script>'.format(
name=xss
)
self.assert_xss(resp, html)
self.assert_no_xss(resp, html)
def test_course_overview_view_with_course(self):
"""Test viewing the course overview page with an existing course"""