mirror of
https://github.com/minio/minio.git
synced 2025-11-09 21:49:46 -05:00
lock/rpc: change rpcPath to be called serviceEndpoint. (#4088)
This is a cleanup to ensure proper naming.
This commit is contained in:
@@ -29,9 +29,9 @@ func TestLockRPCClient(t *testing.T) {
|
||||
accessKey: "abcd",
|
||||
secretKey: "abcd123",
|
||||
serverAddr: fmt.Sprintf("%X", UTCNow().UnixNano()),
|
||||
serviceEndpoint: pathJoin(lockRPCPath, "/test/1"),
|
||||
serviceEndpoint: pathJoin(lockServicePath, "/test/1"),
|
||||
secureConn: false,
|
||||
serviceName: "Dsync",
|
||||
serviceName: lockServiceName,
|
||||
})
|
||||
|
||||
// Attempt all calls.
|
||||
|
||||
Reference in New Issue
Block a user