Updating test helper to use the default root path
This commit is contained in:
parent
893a285ac4
commit
b6a4b0f803
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue