From a2ba8de5eb519f73044a9b1c66f087a5b65e3d45 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 18 Nov 2020 10:02:58 +0300 Subject: Add Reset --- plugins/http/attributes/attributes_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/http/attributes') diff --git a/plugins/http/attributes/attributes_test.go b/plugins/http/attributes/attributes_test.go index d914f6fa..a4c85eea 100644 --- a/plugins/http/attributes/attributes_test.go +++ b/plugins/http/attributes/attributes_test.go @@ -71,7 +71,6 @@ func TestSetAttribute(t *testing.T) { func TestSetAttributeNone(t *testing.T) { r := &http.Request{} - err := Set(r, "key", "value") if err != nil { t.Errorf("error during the Set: error %v", err) -- cgit v1.2.3