From 574c21d1936157487b9b8adf64405520924728b0 Mon Sep 17 00:00:00 2001 From: as6325400 <105158172+as6325400@users.noreply.github.com> Date: Sun, 27 Oct 2024 19:28:36 +0800 Subject: [PATCH] Update webapp/tests/Unit/Controller/Team/ProblemControllerTest.php Co-authored-by: MCJ Vasseur <14887731+vmcj@users.noreply.github.com> --- webapp/tests/Unit/Controller/Team/ProblemControllerTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/tests/Unit/Controller/Team/ProblemControllerTest.php b/webapp/tests/Unit/Controller/Team/ProblemControllerTest.php index 1c4810f35e..994db38ffd 100644 --- a/webapp/tests/Unit/Controller/Team/ProblemControllerTest.php +++ b/webapp/tests/Unit/Controller/Team/ProblemControllerTest.php @@ -208,6 +208,7 @@ public function testAccessProblemBeforeContestStarts(): void for ($i = 1; $i <= 3; $i++) { $endpoints = [ + "/team/problems/{$i}", "/team/problems/{$i}/statement", "/team/problems/{$i}/samples.zip" ];