diff options
Diffstat (limited to 'plugins/http/uploads_test.go')
-rw-r--r-- | plugins/http/uploads_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/http/uploads_test.go b/plugins/http/uploads_test.go index 08177c72..16365f39 100644 --- a/plugins/http/uploads_test.go +++ b/plugins/http/uploads_test.go @@ -6,9 +6,6 @@ import ( "crypto/md5" "encoding/hex" "fmt" - json "github.com/json-iterator/go" - "github.com/spiral/roadrunner" - "github.com/stretchr/testify/assert" "io" "io/ioutil" "mime/multipart" @@ -16,6 +13,9 @@ import ( "os" "testing" "time" + + json "github.com/json-iterator/go" + "github.com/stretchr/testify/assert" ) func TestHandler_Upload_File(t *testing.T) { |