Skip to content

Commit c13ea0d

Browse files
JisoLyaCopilot
andauthored
Update hugegraph-cluster-test/hugegraph-clustertest-test/src/main/java/org/apache/hugegraph/MultiClusterTest/BaseMultiClusterTest.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 81b1480 commit c13ea0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • hugegraph-cluster-test/hugegraph-clustertest-test/src/main/java/org/apache/hugegraph/MultiClusterTest

hugegraph-cluster-test/hugegraph-clustertest-test/src/main/java/org/apache/hugegraph/MultiClusterTest/BaseMultiClusterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public static void clearEnv() {
7171

7272
protected static void initGraph() {
7373
BaseSimpleTest.RestClient client = clients.get(0);
74-
Response r = clients.get(0).get(URL_PREFIX);
74+
Response r = client.get(URL_PREFIX);
7575
if (r.getStatus() != 200) {
7676
String body = "{\n" +
7777
" \"backend\": \"hstore\",\n" +

0 commit comments

Comments
 (0)