diff --git a/http/test_round_tripper.go b/http/test_round_tripper.go index b1e32f1d8..11a024ec3 100644 --- a/http/test_round_tripper.go +++ b/http/test_round_tripper.go @@ -1,8 +1,9 @@ package http import ( - "github.com/stretchr/testify/mock" "net/http" + + "github.com/stretchr/testify/mock" ) // TestRoundTripper DEPRECATED USE net/http/httptest