mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-06 08:05:39 +02:00
fixed wrong status code check i DeactivatedUserITCase integration test
This commit is contained in:
@@ -128,7 +128,7 @@ public class DeactivatedUserITCase
|
||||
"slart123");
|
||||
|
||||
assertNotNull(response);
|
||||
assertEquals(401, response.getStatus());
|
||||
assertEquals(403, response.getStatus());
|
||||
}
|
||||
|
||||
//~--- fields ---------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user