From a2cff88a6ab009fb0ed669e759b7626f608c975b Mon Sep 17 00:00:00 2001 From: Samir Kape Date: Thu, 28 Sep 2023 12:06:13 +0530 Subject: [PATCH] chore: remove redundant code --- cmd/debug/main_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/debug/main_test.go b/cmd/debug/main_test.go index d917cce..3cd9bfc 100644 --- a/cmd/debug/main_test.go +++ b/cmd/debug/main_test.go @@ -84,7 +84,6 @@ func TestSearch(t *testing.T) { } func TestWebhook(t *testing.T) { - // Define the URL to which you want to send the request. url := "https://example.com/api/endpoint" // Define the payload as a string.