mirror of
https://github.com/corda/corda.git
synced 2025-06-23 17:53:31 +00:00
Fix X500Name issue in RPCDriver
This commit is contained in:
@ -181,7 +181,7 @@ data class RpcServerHandle(
|
||||
)
|
||||
|
||||
val rpcTestUser = User("user1", "test", permissions = emptySet())
|
||||
val fakeNodeLegalName = X500Name("not:a:valid:name")
|
||||
val fakeNodeLegalName = X500Name("CN=not:a:valid:name")
|
||||
|
||||
// Use a global pool so that we can run RPC tests in parallel
|
||||
private val globalPortAllocation = PortAllocation.Incremental(10000)
|
||||
|
Reference in New Issue
Block a user