mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-12 09:36:54 +01:00
merge with branch 1.x
This commit is contained in:
@@ -77,11 +77,12 @@ public final class IntegrationTestUtil
|
||||
|
||||
/** Field description */
|
||||
public static final String ADMIN_USERNAME = "scmadmin";
|
||||
|
||||
public static final String URL = "http://localhost:8081/scm";
|
||||
|
||||
/** Field description */
|
||||
public static final String BASE_URL = "http://localhost:8081/scm/api/rest/";
|
||||
/** scm-manager base url */
|
||||
public static final String BASE_URL = "http://localhost:8081/scm/";
|
||||
|
||||
/** scm-manager base url for the rest api */
|
||||
public static final String REST_BASE_URL = BASE_URL.concat("api/rest/");
|
||||
|
||||
/** Field description */
|
||||
public static final String EXTENSION = ".xml";
|
||||
@@ -256,7 +257,7 @@ public final class IntegrationTestUtil
|
||||
*/
|
||||
public static String createResourceUrl(String url)
|
||||
{
|
||||
return BASE_URL.concat(url).concat(EXTENSION);
|
||||
return REST_BASE_URL.concat(url).concat(EXTENSION);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user