From 98d4f2775c3962021ebcf2d2af3b9e5f7444c334 Mon Sep 17 00:00:00 2001 From: Patrick Rice Date: Wed, 6 Mar 2024 21:14:55 +0000 Subject: [PATCH] Fix lint failures --- projects_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/projects_test.go b/projects_test.go index f2e8cead9..2a2ffa4d0 100644 --- a/projects_test.go +++ b/projects_test.go @@ -1471,7 +1471,6 @@ func TestProjectModelsOptionalMergeAttribute(t *testing.T) { // Test that the "CustomWebhookTemplate" serializes properly func TestProjectAddWebhook_CustomTemplate(t *testing.T) { - mux, client := setup(t) customWebhookSet := false @@ -1500,12 +1499,10 @@ func TestProjectAddWebhook_CustomTemplate(t *testing.T) { assert.Equal(t, http.StatusCreated, resp.StatusCode) assert.Equal(t, true, customWebhookSet) assert.Equal(t, "testValue", hook.CustomWebhookTemplate) - } // Test that the "CustomWebhookTemplate" serializes properly when editing func TestProjectEditWebhook_CustomTemplate(t *testing.T) { - mux, client := setup(t) customWebhookSet := false