Skip to content
Snippets Groups Projects
Unverified Commit af0a8b35 authored by Ned Batchelder's avatar Ned Batchelder Committed by GitHub
Browse files

Staff and instructors shouldn't have the Student role. (#107)

parent 955d2299
No related branches found
No related tags found
No related merge requests found
......@@ -22,11 +22,9 @@ LTI_1P3_ROLE_MAP = {
'staff': [
'http://purl.imsglobal.org/vocab/lis/v2/system/person#Administrator',
'http://purl.imsglobal.org/vocab/lis/v2/institution/person#Instructor',
'http://purl.imsglobal.org/vocab/lis/v2/institution/person#Student',
],
'instructor': [
'http://purl.imsglobal.org/vocab/lis/v2/institution/person#Instructor',
'http://purl.imsglobal.org/vocab/lis/v2/institution/person#Student'
],
'student': [
'http://purl.imsglobal.org/vocab/lis/v2/institution/person#Student'
......
......@@ -128,7 +128,6 @@ class TestLti1p3Consumer(TestCase):
[
'http://purl.imsglobal.org/vocab/lis/v2/system/person#Administrator',
'http://purl.imsglobal.org/vocab/lis/v2/institution/person#Instructor',
'http://purl.imsglobal.org/vocab/lis/v2/institution/person#Student',
]
)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment