Skip to content

Commit

Permalink
Update HealthApiClientTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
algattik committed Jun 1, 2022
1 parent 837bdfb commit be007f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import static org.awaitility.Awaitility.await;

public class HealthApiClientTest {
static final String API_URL = "http://localhost:8181/api";
static final String API_URL = "http://localhost:8181/ap";

ApiClient apiClient = ApiClientFactory.createApiClient(API_URL);
HealthApi healthApi = new HealthApi(apiClient);
Expand Down

0 comments on commit be007f3

Please sign in to comment.