diff --git a/helper_test.go b/helper_test.go index 473b3c9ad..4cab3290a 100644 --- a/helper_test.go +++ b/helper_test.go @@ -762,7 +762,6 @@ func createRunTask(t *testing.T, client *Client, org *Organization) (*RunTask, f URL: runTaskURL, Category: "task", }) - if err != nil { t.Fatal(err) }