Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
fix(composer): rename grpcfrontend to frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Aug 9, 2019
1 parent 0d6a5d9 commit 5ae46d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_grpc_service.py
Expand Up @@ -64,6 +64,8 @@ def test_grpc_empty_service(self):

@unittest.SkipTest
def test_grpc_real_service(self):
# to fix

with DummyServer('%s:%d' % (self.s_args.grpc_host, self.s_args.grpc_port)), GRPCService(
self.s_args), FrontendService(self.args), grpc.insecure_channel(
'%s:%s' % (self.args.grpc_host, self.args.grpc_port),
Expand Down

0 comments on commit 5ae46d6

Please sign in to comment.