MA-2164 cleaning up old lettuce

This commit is contained in:
Sanford Student
2016-03-18 08:41:59 -04:00
parent f3d000ec18
commit da828cdf75
7 changed files with 1 additions and 526 deletions

View File

@@ -1159,7 +1159,7 @@ class TestVideoDescriptorStudentViewJson(TestCase):
Tests retrieving a video that is not stored in VAL.
"""
self.video.edx_video_id = self.TEST_EDX_VIDEO_ID
# The video is not is VAL so in contexts that do and don't allow cache misses we should always get a fallback
# The video is not in VAL so in contexts that do and don't allow cache misses we should always get a fallback
result = self.get_result(allow_cache_miss)
self.verify_result_with_fallback_and_youtube(result)