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
494fd52d
Commit
494fd52d
authored
Sep 06, 2013
by
Alexander Kryklia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
45da4115
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 @
494fd52d
...
@@ -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 incorrec
lt
y
Scenario
:
LTI component in LMS is rendered incorrec
tl
y
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
lms/djangoapps/courseware/features/lti.py
View file @
494fd52d
...
@@ -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
...
...
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