mirror of https://github.com/apache/druid.git
Modify InitializationTest to use a port of 0 instead of -1
This commit is contained in:
parent
a0d5f23ad1
commit
7ed5f995cb
|
@ -109,7 +109,7 @@ public class InitializationTest
|
|||
public void configure(Binder binder)
|
||||
{
|
||||
JsonConfigProvider.bindInstance(
|
||||
binder, Key.get(DruidNode.class, Self.class), new DruidNode("test-inject", "localhost", -1)
|
||||
binder, Key.get(DruidNode.class, Self.class), new DruidNode("test-inject", "localhost", 0)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue