Merge pull request #3440 from edx/ammar/config-youtube-stub-for-bok-choy

Configure youtube stub for bok-choy
This commit is contained in:
muhammad-ammar
2014-04-28 17:32:33 +05:00
10 changed files with 58 additions and 13 deletions

View File

@@ -37,8 +37,6 @@ def configure_youtube_api(_step, action):
@step('I have created a Video component$')
def i_created_a_video_component(_step):
assert_less(world.youtube.config['youtube_api_response'].status_code, 400, "Real Youtube server is unavailable")
world.create_course_with_unit()
world.create_component_instance(
step=_step,