Skip to content

Commit ddc6584

Browse files
committed
remove redundant type
1 parent b300a49 commit ddc6584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/workflow_run_api_check_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func TestAPIWorkflowRun(t *testing.T) {
3131
})
3232
}
3333

34-
func testAPIWorkflowRunBasic(t *testing.T, apiRootURL string, userUsername string, runID int64, scope ...auth_model.AccessTokenScope) {
34+
func testAPIWorkflowRunBasic(t *testing.T, apiRootURL, userUsername string, runID int64, scope ...auth_model.AccessTokenScope) {
3535
defer tests.PrepareTestEnv(t)()
3636
token := getUserToken(t, userUsername, scope...)
3737

0 commit comments

Comments
 (0)