summaryrefslogtreecommitdiff
path: root/plugins/http/attributes/attributes_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/http/attributes/attributes_test.go')
-rw-r--r--plugins/http/attributes/attributes_test.go1
1 files changed, 0 insertions, 1 deletions
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)