This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch feature-triple
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
The following commit(s) were added to refs/heads/feature-triple by this push:
new 5466eb003 fix: add Interface to mock URL for fixing TestInvoke (#2500)
5466eb003 is described below
commit 5466eb00370b72c1a7f223850122c4c7a5f2f1c5
Author: Scout Wang <[email protected]>
AuthorDate: Sat Nov 11 21:04:15 2023 +0800
fix: add Interface to mock URL for fixing TestInvoke (#2500)
---
protocol/triple/triple_test.go | 1 +
1 file changed, 1 insertion(+)
diff --git a/protocol/triple/triple_test.go b/protocol/triple/triple_test.go
index 8c2b4281b..b8b7c72fd 100644
--- a/protocol/triple/triple_test.go
+++ b/protocol/triple/triple_test.go
@@ -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