diff options
-rw-r--r-- | service/http/attributes_test.go | 2 |
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) { |