Commit cf70a986 by Alexander Kryklia

Fix

parent c4259ba9
...@@ -12,6 +12,6 @@ Feature: LTI component ...@@ -12,6 +12,6 @@ Feature: LTI component
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 incorrectly 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 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
...@@ -79,7 +79,7 @@ def set_correct_lti_passport(_step): ...@@ -79,7 +79,7 @@ def set_correct_lti_passport(_step):
i_am_registered_for_the_course(coursenum, metadata) 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): def set_incorrect_lti_passport(_step):
coursenum = 'test_course' coursenum = 'test_course'
metadata = { metadata = {
......
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