Skip to content

Commit

Permalink
Fix SpringMvcRestProtocolTest
Browse files Browse the repository at this point in the history
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
  • Loading branch information
CrazyHZM committed Dec 4, 2023
1 parent 5cf7658 commit 4737eaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ void testProxyDoubleCheck() {
Object proxy = aopProxy.getProxy();
SpringRestDemoService server = (SpringRestDemoService) proxy;

URL nettyUrl = this.registerProvider(exportUrl, server, SpringRestDemoService.class);
URL nettyUrl = this.registerProvider(getUrl(), server, SpringRestDemoService.class);

Exporter<SpringRestDemoService> exporter = getExport(nettyUrl, server);

Expand Down

0 comments on commit 4737eaf

Please sign in to comment.