This commit is contained in:
Alexander Kryklia
2013-09-06 18:23:11 +03:00
parent 45da4115d1
commit 494fd52de0
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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