Skip to content

Commit

Permalink
must wait for self-discovery before trying to get self-referential URL
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Nov 6, 2023
1 parent 61bb4d8 commit df0c0e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/itest/bases/StandardSelfTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ private static void tryDefineSelfCustomTarget() {
}

public static String getSelfReferenceConnectUrl() {
waitForDiscovery();
CompletableFuture<JsonObject> future = new CompletableFuture<>();
WORKER.submit(
() -> {
Expand Down

0 comments on commit df0c0e7

Please sign in to comment.