[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" "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() t.Helper()
req := NewRequest(t, "GET", fmt.Sprintf("%s/actions/workflows/%s/runs/latest", repo_url, workflow)) req := NewRequest(t, "GET", fmt.Sprintf("%s/actions/workflows/%s/runs/latest", repo_url, workflow))