refactor: xmodule/lti_module.py -> xmodule/lti_block.py

This commit is contained in:
0x29a
2022-10-26 21:05:58 +02:00
committed by Piotr Surowiec
parent e3591701e3
commit 2779bd250f
11 changed files with 27 additions and 27 deletions

View File

@@ -234,7 +234,7 @@ class StubLtiHandler(StubHttpRequestHandler):
</html>
""")).format(response=response_text, role=role, submit_form=submit_form)
# Currently LTI module doublequotes the lis_result_sourcedid parameter.
# Currently LTI block doublequotes the lis_result_sourcedid parameter.
# Unquote response two times.
return six.moves.urllib.parse.unquote(six.moves.urllib.parse.unquote(response_str))