From a60d0b85c843d14a68b9a73b563e02c774a565d9 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 15 Aug 2024 18:29:05 -0700 Subject: [PATCH] (Testing branch) added root to fetch_scores_test. --- internal/api/submissions/fetch_scores_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/api/submissions/fetch_scores_test.go b/internal/api/submissions/fetch_scores_test.go index 11598dd2..5f04a48b 100644 --- a/internal/api/submissions/fetch_scores_test.go +++ b/internal/api/submissions/fetch_scores_test.go @@ -22,6 +22,7 @@ func TestFetchScores(test *testing.T) { "grader@test.com": "", "admin@test.com": "", "owner@test.com": "", + "root": "", }}, {model.CourseRoleAdmin, model.CourseRoleUnknown, false, map[string]string{ "other@test.com": "", @@ -29,6 +30,7 @@ func TestFetchScores(test *testing.T) { "grader@test.com": "", "admin@test.com": "", "owner@test.com": "", + "root": "", }}, {model.CourseRoleGrader, model.CourseRoleStudent, false, map[string]string{ "student@test.com": "course101::hw0::student@test.com::1697406272",