From f9f24dd46604f7d17c5cb0364784c3f75851963f Mon Sep 17 00:00:00 2001 From: Excellencedev Date: Fri, 26 Dec 2025 13:15:32 +0100 Subject: [PATCH] Make all CI green again --- tests/integration/actions_job_token_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/actions_job_token_test.go b/tests/integration/actions_job_token_test.go index 14956e9185..ed6a9c8eaf 100644 --- a/tests/integration/actions_job_token_test.go +++ b/tests/integration/actions_job_token_test.go @@ -9,7 +9,6 @@ import ( "fmt" "net/http" "net/url" - "testing" actions_model "code.gitea.io/gitea/models/actions"