mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
Fix X500Name issue in RPCDriver
This commit is contained in:
parent
f744c4455e
commit
cbe15e35c7
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user