Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit 98d4f27

Browse files
committed
Fix lint failures
1 parent bfb9b36 commit 98d4f27

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

projects_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,7 +1471,6 @@ func TestProjectModelsOptionalMergeAttribute(t *testing.T) {
14711471

14721472
// Test that the "CustomWebhookTemplate" serializes properly
14731473
func TestProjectAddWebhook_CustomTemplate(t *testing.T) {
1474-
14751474
mux, client := setup(t)
14761475
customWebhookSet := false
14771476

@@ -1500,12 +1499,10 @@ func TestProjectAddWebhook_CustomTemplate(t *testing.T) {
15001499
assert.Equal(t, http.StatusCreated, resp.StatusCode)
15011500
assert.Equal(t, true, customWebhookSet)
15021501
assert.Equal(t, "testValue", hook.CustomWebhookTemplate)
1503-
15041502
}
15051503

15061504
// Test that the "CustomWebhookTemplate" serializes properly when editing
15071505
func TestProjectEditWebhook_CustomTemplate(t *testing.T) {
1508-
15091506
mux, client := setup(t)
15101507
customWebhookSet := false
15111508

0 commit comments

Comments
 (0)