We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d2200 commit 6028b88Copy full SHA for 6028b88
1 file changed
tests/functional/views/lti/deep_linking_test.py
@@ -28,6 +28,7 @@ def test_basic_lti_launch_canvas_deep_linking_url(
28
js_config = get_client_config(response)
29
assert js_config["mode"] == JSConfig.Mode.FILE_PICKER
30
assert js_config["filePicker"] == {
31
+ "assignmentTypes": ["reading"],
32
"autoGradingEnabled": True,
33
"blackboard": {"enabled": None},
34
"canvas": {
0 commit comments