Commit ab5664ab by David Baumgold

Merge pull request #1366 from edx/db/fix-video-test

Fix video unit test
parents 283777da 545563c7
...@@ -42,10 +42,10 @@ ...@@ -42,10 +42,10 @@
'<a ' + '<a ' +
'href="#" ' + 'href="#" ' +
'class="quality_control" ' + 'class="quality_control" ' +
'title="HD" ' + 'title="HD off" ' +
'role="button" ' + 'role="button" ' +
'aria-disabled="false"' + 'aria-disabled="false"' +
'>HD</a>' '>HD off</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