Commit 494fd52d by Alexander Kryklia

Fix

parent 45da4115
...@@ -11,7 +11,7 @@ Feature: LTI component ...@@ -11,7 +11,7 @@ Feature: LTI component
And the course has a LTI component filled with correct fields And the course has a LTI component filled with correct fields
Then I view the LTI and it is rendered 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 Given the course has a incorrect LTI credentials
And the course has a LTI component filled with correct fields And the course has a LTI component filled with correct fields
Then I view the LTI but incorrect_signature warning is rendered Then I view the LTI but incorrect_signature warning is rendered
\ No newline at end of file
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
from django.contrib.auth.models import User from django.contrib.auth.models import User
from lettuce import world, step from lettuce import world, step
from lettuce.django import django_url from lettuce.django import django_url
from common import section_location, course_id from common import course_id
from student.models import CourseEnrollment from student.models import CourseEnrollment
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment