From f1bf48920349b9f40c6d9dd9d569b604a22c867b Mon Sep 17 00:00:00 2001 From: mirko Date: Tue, 24 Dec 2024 19:09:37 +0100 Subject: [PATCH] Fix formatting --- tests/integration/compare_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/compare_test.go b/tests/integration/compare_test.go index 05f24dafbe..d06ea572c3 100644 --- a/tests/integration/compare_test.go +++ b/tests/integration/compare_test.go @@ -76,7 +76,6 @@ func TestComparePatchAndDiffMenuEntries(t *testing.T) { resp := session.MakeRequest(t, req, http.StatusOK) htmlDoc := NewHTMLParser(t, resp.Body) downloadOptions := htmlDoc.doc.Find("a.item[download]") - var patchDownloadEntryPresent bool var diffDownloadEntryPresent bool downloadOptions.Each(func(idx int, c *goquery.Selection) {