grpc: combined get services and get config services into new get config call, that can be used to get all daemon configuration information
This commit is contained in:
parent
42dc56c56b
commit
8108db545a
8 changed files with 66 additions and 115 deletions
|
@ -670,17 +670,6 @@ class TestGrpcw:
|
|||
# then
|
||||
assert result is True
|
||||
|
||||
def test_get_services(self, grpc_server: CoreGrpcServer):
|
||||
# given
|
||||
client = CoreGrpcClient()
|
||||
|
||||
# then
|
||||
with client.context_connect():
|
||||
services = client.get_services()
|
||||
|
||||
# then
|
||||
assert len(services) > 0
|
||||
|
||||
def test_get_service_defaults(self, grpc_server: CoreGrpcServer):
|
||||
# given
|
||||
client = CoreGrpcClient()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue