Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 5d74874

Browse files
committed
fix: bad parameter types
1 parent 862e3ad commit 5d74874

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_course_1/pavement.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"proxy_uri_runs": "/jobe/index.php/restapi/runs/",
3939
"proxy_uri_files": "/jobe/index.php/restapi/files/",
4040
"downloads_enabled": "false",
41-
"enable_chatcodes": "False",
42-
"allow_pairs": "False",
43-
"dynamic_pages": "True",
41+
"enable_chatcodes": "false",
42+
"allow_pairs": "false",
43+
"dynamic_pages": True,
4444
"use_services": use_services,
4545
"basecourse": project_name,
4646
# If ``use_services`` is 'true', then the following values are ignored, since they're provided by the server.

0 commit comments

Comments
 (0)