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:
parent
b300a49dbf
commit
ddc6584e42
@ -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)()
|
defer tests.PrepareTestEnv(t)()
|
||||||
token := getUserToken(t, userUsername, scope...)
|
token := getUserToken(t, userUsername, scope...)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user