From ae77795fc12fe4bbbdcf3efbfe0069ac5addb83e Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Wed, 5 Jun 2013 21:59:19 -0400 Subject: [PATCH] fix small - and harmless - typo in a test field setting --- cms/djangoapps/contentstore/features/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/djangoapps/contentstore/features/common.py b/cms/djangoapps/contentstore/features/common.py index f4d9cc339f..e8dad65286 100644 --- a/cms/djangoapps/contentstore/features/common.py +++ b/cms/djangoapps/contentstore/features/common.py @@ -132,7 +132,7 @@ def create_studio_user( def fill_in_course_info( name='Robot Super Course', org='MITx', - num='999', + num='101', run='2013_Spring'): world.css_fill('.new-course-name', name) world.css_fill('.new-course-org', org)