summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--service/http/attributes_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/attributes_test.go b/service/http/attributes_test.go
index d58d8879..aeb7fe74 100644
--- a/service/http/attributes_test.go
+++ b/service/http/attributes_test.go
@@ -3,7 +3,7 @@ package http
import (
"testing"
"net/http"
- "github.com/magiconair/properties/assert"
+ "github.com/stretchr/testify/assert"
)
func TestAllAttributes(t *testing.T) {