Updating test helper to use the default root path

This commit is contained in:
Pedro Igor 2023-05-18 12:06:38 -03:00
parent 893a285ac4
commit b6a4b0f803

View file

@ -53,7 +53,7 @@ public class TestsHelper {
public static String baseUrl;
public static String keycloakBaseUrl = "http://localhost:8180/auth";
public static String keycloakBaseUrl = "http://localhost:8180";
public static String testRealm = "test-realm";