studio new style assumption corrections

This commit is contained in:
Mat Peterson
2014-07-02 20:30:08 +00:00
committed by Diana Huang
parent e39cc5dfa3
commit 1b71ace4b0
9 changed files with 51 additions and 50 deletions

View File

@@ -43,6 +43,6 @@ class GetPreviewHtmlTestCase(TestCase):
# Verify student view html is returned, and the usage ID is as expected.
self.assertRegexpMatches(
html,
'data-usage-id="location:MITx\+999\+Robot_Super_Course\+html\+html_[0-9]*"'
'data-usage-id="i4x://MITx/999/html/html_[0-9]*"'
)
self.assertRegexpMatches(html, '<html>foobar</html>')