From 19bae4cd04239b11eef66d05fbcbe67255a10292 Mon Sep 17 00:00:00 2001 From: Anna Winkler <3526523+annawinkler@users.noreply.github.com> Date: Mon, 6 Jun 2022 15:40:39 -0600 Subject: [PATCH] Nope --- helper_test.go | 1 - 1 file changed, 1 deletion(-) 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) }