From e0045499f35cba7d3bc1a8c45619cc41fcd699c9 Mon Sep 17 00:00:00 2001 From: Peter Fogg Date: Fri, 14 Jun 2013 14:41:33 -0400 Subject: [PATCH] Update acceptance test. --- cms/djangoapps/contentstore/features/video-editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/djangoapps/contentstore/features/video-editor.py b/cms/djangoapps/contentstore/features/video-editor.py index d9241395e7..d82faf5ce4 100644 --- a/cms/djangoapps/contentstore/features/video-editor.py +++ b/cms/djangoapps/contentstore/features/video-editor.py @@ -6,7 +6,7 @@ from lettuce import world, step @step('I see the correct settings and default values$') def i_see_the_correct_settings_and_values(step): - world.verify_all_setting_entries([['Default Speed', '', False], + world.verify_all_setting_entries([['Default Speed', 'OEoXaMPEzfM', False], ['Display Name', 'default', True], ['Download Track', '', False], ['Download Video', '', False],