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

Commit 11ff03d

Browse files
committed
lockdown tests
1 parent 160b3fc commit 11ff03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_course_1/pavement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# The project name, for use below.
1414
project_name = os.path.basename(os.path.dirname(os.path.abspath(__file__)))
1515
# True if this project uses Runestone services.
16-
use_services = True
16+
use_services = 'true'
1717
# The root directory for ``runestone serve``.
1818
serving_dir = "./build/" + project_name
1919
# The destination directory for ``runestone deploy``.

0 commit comments

Comments
 (0)