Skip to content

Commit be0458d

Browse files
fix constructor call in createNewService()
1 parent 8b28ee7 commit be0458d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/src/main/java/org/elasticsearch/test/transport/MockTransportService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public static MockTransportService createNewService(
196196
String nodeId = UUIDs.randomBase64UUID();
197197
return new MockTransportService(
198198
settings,
199-
new StubbableTransport(transport),
199+
transport,
200200
threadPool,
201201
interceptor,
202202
boundAddress -> DiscoveryNodeUtils.builder(nodeId)

0 commit comments

Comments
 (0)