Skip to content

Commit 7a0828b

Browse files
committed
- preparing for 7.3.6 release
1 parent 37fd5f6 commit 7a0828b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NEMO/tests/test_urls.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
"kiosk_tool_information": {"kwargs": {"tool_id": 1, "user_id": 1, "back": "back_to_start"}},
3636
"kiosk_tool_post_comment": {"kwargs": {"tool_id": 1, "user_id": 1, "back": "back_to_start"}},
3737
"kiosk_tool_report_problem": {"kwargs": {"tool_id": 1, "user_id": 1, "back": "back_to_start"}},
38+
"kiosk_tool_usage_questions": {
39+
"kwargs": {"tool_id": 3, "user_id": 1, "project_id": 1, "question_type": "pre", "virtual_inputs": "false"}
40+
},
3841
"enable_tool_from_kiosk": {"post": {"tool_id": 1, "customer_id": 1, "project_id": 1}},
3942
"disable_tool_from_kiosk": {"post": {"tool_id": 1, "customer_id": 1}},
4043
"reserve_tool_from_kiosk": {"post": {"tool_id": 1, "customer_id": 1, "project_id": 1, "back": ""}},

0 commit comments

Comments
 (0)