Commit 5ee5beaf by Chris Dodge

fix bad merge conflict resolution

parent 9cc796df
......@@ -104,17 +104,10 @@ class TestVideoNonYouTube(TestVideo):
expected_context = {
'data_dir': getattr(self, 'data_dir', None),
<<<<<<< HEAD
'caption_asset_path': '/c4x/MITx/999/asset/subs_',
'caption_asset_path': '/static/subs/',
'show_captions': 'true',
'display_name': 'A Name',
'end': 3610.0,
=======
'caption_asset_path': '/static/subs/',
'show_captions': self.item_module.show_captions,
'display_name': self.item_module.display_name_with_default,
'end': self.item_module.end_time,
>>>>>>> fix tests
'id': self.item_module.location.html_id(),
'sources': sources,
'start': 3603.0,
......
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