Skip to content

Commit

Permalink
Fix lint failures
Browse files Browse the repository at this point in the history
  • Loading branch information
RicePatrick committed Mar 6, 2024
1 parent bfb9b36 commit 98d4f27
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions projects_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 98d4f27

Please sign in to comment.