From ddc6584e42ead0f99d88a687e56e00d1204700c0 Mon Sep 17 00:00:00 2001 From: Christopher Homberger Date: Thu, 15 May 2025 21:22:54 +0200 Subject: [PATCH] remove redundant type --- tests/integration/workflow_run_api_check_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/workflow_run_api_check_test.go b/tests/integration/workflow_run_api_check_test.go index 5c641c4214..6a80bb5118 100644 --- a/tests/integration/workflow_run_api_check_test.go +++ b/tests/integration/workflow_run_api_check_test.go @@ -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...)