Update admin password for testing purposes.
This commit is contained in:
@@ -42,7 +42,7 @@ import static org.testng.Assert.fail;
|
||||
@Test(dataProviderClass = RestHelper.class, dataProvider="ContentType-Provider-Function")
|
||||
public class RestAdminITCase {
|
||||
|
||||
String authorisation = "admin@wisemapping.org" + ":" + "admin";
|
||||
String authorisation = "admin@wisemapping.org" + ":" + "test";
|
||||
|
||||
@Test(dataProviderClass = RestHelper.class, dataProvider="ContentType-Provider-Function")
|
||||
public void changePassword(final @NotNull MediaType mediaType) { // Configure media types ...
|
||||
|
@@ -17,7 +17,7 @@ public class RestHelper {
|
||||
|
||||
public static final String HOST_PORT = "http://localhost:8080";
|
||||
public static final String BASE_REST_URL = HOST_PORT + "/service";
|
||||
public static final String ADMIN_CREDENTIALS = "admin@wisemapping.org" + ":" + "admin";
|
||||
public static final String ADMIN_CREDENTIALS = "admin@wisemapping.org" + ":" + "test";
|
||||
public static final String COLOR = "#000000";
|
||||
|
||||
static HttpHeaders createHeaders(@NotNull MediaType mediaType) {
|
||||
|
Reference in New Issue
Block a user