From fb78d1fe6b6a07790669fde9c54409ca2d66ec20 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Sun, 19 Oct 2025 09:15:55 +0200 Subject: [PATCH] Fixup linting issue Fix formatting issue. Signed-off-by: SuperQ --- notify/pagerduty/pagerduty_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/notify/pagerduty/pagerduty_test.go b/notify/pagerduty/pagerduty_test.go index c313d9f4cf..26a05103a9 100644 --- a/notify/pagerduty/pagerduty_test.go +++ b/notify/pagerduty/pagerduty_test.go @@ -518,7 +518,6 @@ func TestPagerDutyTimeout(t *testing.T) { for name, tt := range tests { t.Run(name, func(t *testing.T) { - srv := httptest.NewServer(http.HandlerFunc( func(w http.ResponseWriter, r *http.Request) { decoder := json.NewDecoder(r.Body)