diff options
author | Valery Piashchynski <[email protected]> | 2020-11-15 13:41:19 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-15 13:41:19 +0300 |
commit | d890eee1742dc3a0a1c787f7e65d40b1e81a94db (patch) | |
tree | b84dcf3c594d2f80ce6f71fae4300e5bfa63e1a1 /plugins/http/uploads_test.go | |
parent | 5260639a7e95d4d4a36b46fd4b19f665a0a60ef9 (diff) |
Remove old rr imports
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) { |