Commit 22d33db5 by Chris Dodge

fix broken test due to HTML change

parent d64894de
......@@ -1141,7 +1141,7 @@ class ContentStoreTest(ModuleStoreTestCase):
resp = self.client.get(reverse('index'))
self.assertContains(
resp,
'<span class="class-name">Robot Super Educational Course</span>',
'<h3 class="course-title">Robot Super Educational Course</h3>',
status_code=200,
html=True
)
......
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