From cf70a986d615d1f4b40cd14cda29f2bf9030735e Mon Sep 17 00:00:00 2001 From: Alexander Kryklia Date: Fri, 6 Sep 2013 18:28:33 +0300 Subject: [PATCH] Fix --- lms/djangoapps/courseware/features/lti.feature | 2 +- lms/djangoapps/courseware/features/lti.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/djangoapps/courseware/features/lti.feature b/lms/djangoapps/courseware/features/lti.feature index 9e18a150ad..7b8186186f 100644 --- a/lms/djangoapps/courseware/features/lti.feature +++ b/lms/djangoapps/courseware/features/lti.feature @@ -12,6 +12,6 @@ Feature: LTI component Then I view the LTI and it is rendered Scenario: LTI component in LMS is rendered incorrectly - Given the course has a incorrect LTI credentials + Given the course has incorrect LTI credentials And the course has a LTI component filled with correct fields Then I view the LTI but incorrect_signature warning is rendered \ No newline at end of file diff --git a/lms/djangoapps/courseware/features/lti.py b/lms/djangoapps/courseware/features/lti.py index 5c2b6e9f38..39ee7caf42 100644 --- a/lms/djangoapps/courseware/features/lti.py +++ b/lms/djangoapps/courseware/features/lti.py @@ -79,7 +79,7 @@ def set_correct_lti_passport(_step): i_am_registered_for_the_course(coursenum, metadata) -@step('the course has a incorrect LTI credentials$') +@step('the course has incorrect LTI credentials$') def set_incorrect_lti_passport(_step): coursenum = 'test_course' metadata = {