Skip to content

Commit

Permalink
fix: add Interface to mock URL for fixing TestInvoke
Browse files Browse the repository at this point in the history
  • Loading branch information
DMwangnima committed Nov 11, 2023
1 parent 62a5b61 commit f13037d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocol/triple/triple_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ func runOldTripleServer(addr string, desc *grpc_go.ServiceDesc) {
common.WithLocation(addr),
common.WithPort(dubbo3Port),
common.WithProtocol(TRIPLE),
common.WithInterface(desc.ServiceName),
)
srv := new(dubbo3_api.GreetDubbo3Server)
// todo(DMwangnima): add protocol config
Expand Down

0 comments on commit f13037d

Please sign in to comment.