Arsnael commented on code in PR #2054:
URL: https://github.com/apache/james-project/pull/2054#discussion_r1503791303


##########
server/protocols/webadmin/webadmin-data/src/test/java/org/apache/james/webadmin/routes/UsernameChangeRoutesTest.java:
##########
@@ -191,6 +192,18 @@ void shouldRejectUnknownSourceUser() {
                 .body("message", Matchers.is("Invalid arguments supplied in 
the user request"))
                 .body("details", Matchers.is("'oldUser' parameter should be an 
existing user"));
         }
+
+        @Test
+        void shouldAcceptUnknownSourceUserUserWhenForce() {

Review Comment:
   ```suggestion
           void shouldAcceptUnknownSourceUserUserWhenForce() {
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to