|
|
@ -19,7 +19,6 @@ package server |
|
|
|
import ( |
|
|
|
import ( |
|
|
|
"net/http" |
|
|
|
"net/http" |
|
|
|
"net/http/httptest" |
|
|
|
"net/http/httptest" |
|
|
|
"testing" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
jsonrpc "github.com/minio/minio/internal/github.com/gorilla/rpc/v2/json" |
|
|
|
jsonrpc "github.com/minio/minio/internal/github.com/gorilla/rpc/v2/json" |
|
|
|
. "github.com/minio/minio/internal/gopkg.in/check.v1" |
|
|
|
. "github.com/minio/minio/internal/gopkg.in/check.v1" |
|
|
@ -27,8 +26,6 @@ import ( |
|
|
|
"github.com/minio/minio/pkg/server/rpc" |
|
|
|
"github.com/minio/minio/pkg/server/rpc" |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
func TestRPC(t *testing.T) { TestingT(t) } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
type MyRPCSuite struct{} |
|
|
|
type MyRPCSuite struct{} |
|
|
|
|
|
|
|
|
|
|
|
var _ = Suite(&MyRPCSuite{}) |
|
|
|
var _ = Suite(&MyRPCSuite{}) |
|
|
|