mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 04:30:26 +03:00
rpc: Add RPC client tests. (#2858)
This commit is contained in:
@@ -35,7 +35,7 @@ type TestRPCControllerSuite struct {
|
||||
// Setting up the test suite.
|
||||
// Starting the Test server with temporary FS backend.
|
||||
func (s *TestRPCControllerSuite) SetUpSuite(c *testing.T) {
|
||||
s.testServer = StartTestRPCServer(c, s.serverType)
|
||||
s.testServer = StartTestControlRPCServer(c, s.serverType)
|
||||
s.testAuthConf = &authConfig{
|
||||
address: s.testServer.Server.Listener.Addr().String(),
|
||||
accessKey: s.testServer.AccessKey,
|
||||
|
||||
Reference in New Issue
Block a user