0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-22 05:46:12 -05:00

[UI] Actions: Oops, forgot to lint the tests.

This commit is contained in:
Panagiotis "Ivory" Vasilopoulos 2024-02-22 22:26:11 +01:00
parent 785f336c12
commit 2a0a5c6ec0

View file

@ -22,7 +22,7 @@ import (
"github.com/stretchr/testify/assert"
)
func GetWorkflowRunRedirectURI(t *testing.T, repo_url string, workflow string) string {
func GetWorkflowRunRedirectURI(t *testing.T, repo_url, workflow string) string {
t.Helper()
req := NewRequest(t, "GET", fmt.Sprintf("%s/actions/workflows/%s/runs/latest", repo_url, workflow))