[#28] Client: Use external GRPC Channnel
Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
parent
9bb7b5eff8
commit
c9418a1894
27 changed files with 520 additions and 438 deletions
|
@ -39,7 +39,7 @@ public abstract class SessionTestsBase
|
|||
{
|
||||
return Client.FrostFSClient.GetTestInstance(
|
||||
Settings,
|
||||
null,
|
||||
(url) => Grpc.Net.Client.GrpcChannel.ForAddress(new Uri(url)),
|
||||
new NetworkMocker(key).GetMock().Object,
|
||||
Mocker.GetMock().Object,
|
||||
new ContainerMocker(key).GetMock().Object,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue