Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
cf70a986
Commit
cf70a986
authored
Sep 06, 2013
by
Alexander Kryklia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
c4259ba9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
lms/djangoapps/courseware/features/lti.feature
+2
-1
lms/djangoapps/courseware/features/lti.py
+1
-1
No files found.
lms/djangoapps/courseware/features/lti.feature
View file @
cf70a986
...
...
@@ -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
lms/djangoapps/courseware/features/lti.py
View file @
cf70a986
...
...
@@ -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
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment