diff --git a/lms/djangoapps/courseware/features/lti.feature b/lms/djangoapps/courseware/features/lti.feature index 80ffeaa56a..9e18a150ad 100644 --- a/lms/djangoapps/courseware/features/lti.feature +++ b/lms/djangoapps/courseware/features/lti.feature @@ -11,7 +11,7 @@ Feature: LTI component And the course has a LTI component filled with correct fields Then I view the LTI and it is rendered - Scenario: LTI component in LMS is rendered incorreclty + Scenario: LTI component in LMS is rendered incorrectly Given the course has a 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 512e7ea542..6378dcded3 100644 --- a/lms/djangoapps/courseware/features/lti.py +++ b/lms/djangoapps/courseware/features/lti.py @@ -3,7 +3,7 @@ from django.contrib.auth.models import User from lettuce import world, step from lettuce.django import django_url -from common import section_location, course_id +from common import course_id from student.models import CourseEnrollment