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

Commit bbfbc5a

Browse files
committed
Update checkout to v3
1 parent f7e2f29 commit bbfbc5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
1919
SERVER_CONFIG: test
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
with:
2323
path: RunestoneServer
2424
- name: Set up Python 3.10

tests/test_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_killer(test_assignment, test_client, test_user_1, runestone_db_tools):
8484
# ----------------
8585
("assignments/chooseAssignment", True, "Assignments", 2),
8686
("assignments/doAssignment", True, "Bad Assignment ID", 2),
87-
# ("assignments/practice", True, "access token", 1),
87+
("assignments/practice", True, "Practice", 1),
8888
("assignments/practiceNotStartedYet", True, "test_course_1", 1),
8989
# **Default**
9090
# ------------

0 commit comments

Comments
 (0)