[UI] Actions: Oops, forgot to lint the tests.
This commit is contained in:
parent
785f336c12
commit
2a0a5c6ec0
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue