1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-05-18 00:49:09 -04:00

remove redundant type

This commit is contained in:
Christopher Homberger 2025-05-15 21:22:54 +02:00
parent b300a49dbf
commit ddc6584e42

View File

@ -31,7 +31,7 @@ func TestAPIWorkflowRun(t *testing.T) {
})
}
func testAPIWorkflowRunBasic(t *testing.T, apiRootURL string, userUsername string, runID int64, scope ...auth_model.AccessTokenScope) {
func testAPIWorkflowRunBasic(t *testing.T, apiRootURL, userUsername string, runID int64, scope ...auth_model.AccessTokenScope) {
defer tests.PrepareTestEnv(t)()
token := getUserToken(t, userUsername, scope...)