We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be43a3 commit 45c7db3Copy full SHA for 45c7db3
src/test/java/org/typesense/api/APICallTest.java
@@ -20,7 +20,7 @@ void setUpNoNearestNode() throws Exception {
20
List<Node> nodes = new ArrayList<>();
21
nodes.add(new Node("http","localhost","8108"));
22
nodes.add(new Node("http","localhost","7108"));
23
- nodes.add(new Node("http","localhost","2108"));
+ nodes.add(new Node("http","localhost","6108"));
24
apiCall = new ApiCall(new Configuration(nodes, Duration.ofSeconds(3),"xyz"));
25
}
26
0 commit comments