We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b300a49 commit ddc6584Copy full SHA for ddc6584
tests/integration/workflow_run_api_check_test.go
@@ -31,7 +31,7 @@ func TestAPIWorkflowRun(t *testing.T) {
31
})
32
}
33
34
-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) {
35
defer tests.PrepareTestEnv(t)()
36
token := getUserToken(t, userUsername, scope...)
37
0 commit comments