This is an automated email from the ASF dual-hosted git repository.
vorburger pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 51f2361 Fix checkstyle problem in UserAdministrationTest
51f2361 is described below
commit 51f23613ad9dbeb716baa6676173db0a744ed3eb
Author: Awasum Yannick <[email protected]>
AuthorDate: Thu Mar 5 12:02:39 2020 +0100
Fix checkstyle problem in UserAdministrationTest
---
.../org/apache/fineract/integrationtests/UserAdministrationTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/UserAdministrationTest.java
b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/UserAdministrationTest.java
index 715dc15..5932afa 100644
---
a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/UserAdministrationTest.java
+++
b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/UserAdministrationTest.java
@@ -142,7 +142,6 @@ public class UserAdministrationTest {
final List errors = (List)
UserHelper.createUserForSelfService(this.requestSpec, expectStatusCode(403),
roleId, staffId, clientId, "errors");
Map reason = (Map) errors.get(0);
-
Assert.assertEquals("Self Service User Id is already created. Go to
Admin->Users to edit or delete the self-service user.",
reason.get("defaultUserMessage"));
}