From 530360bd1a4fdad0a3a29639b54da907f845a36f Mon Sep 17 00:00:00 2001 From: zsbahtiar Date: Thu, 9 Jan 2025 09:55:09 +0700 Subject: [PATCH] fix: check backend --- tests/integration/api_repo_action_delete_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/api_repo_action_delete_test.go b/tests/integration/api_repo_action_delete_test.go index e7efc12d75..13461169a8 100644 --- a/tests/integration/api_repo_action_delete_test.go +++ b/tests/integration/api_repo_action_delete_test.go @@ -20,7 +20,6 @@ import ( runnerv1 "code.gitea.io/actions-proto-go/runner/v1" "github.com/PuerkitoBio/goquery" - "github.com/stretchr/testify/assert" )