This is an automated email from the ASF dual-hosted git repository. massx1 pushed a commit to branch 4_1_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 076bb6dc70290ed1cea64b2478dbd055e29b136b Author: Massimiliano Perrone <[email protected]> AuthorDate: Mon Jun 15 13:12:01 2026 +0200 [SYNCOPE-1973] Align FIT expectations with generic authentication errors --- .../src/test/java/org/apache/syncope/fit/core/MultitenancyITCase.java | 1 - 1 file changed, 1 deletion(-) diff --git a/fit/core-reference/src/test/java/org/apache/syncope/fit/core/MultitenancyITCase.java b/fit/core-reference/src/test/java/org/apache/syncope/fit/core/MultitenancyITCase.java index d65e40846a..ba2a4f4cc1 100644 --- a/fit/core-reference/src/test/java/org/apache/syncope/fit/core/MultitenancyITCase.java +++ b/fit/core-reference/src/test/java/org/apache/syncope/fit/core/MultitenancyITCase.java @@ -21,7 +21,6 @@ package org.apache.syncope.fit.core; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertNotNull; import static org.junit.jupiter.api.Assertions.assertNull; -import static org.junit.jupiter.api.Assertions.assertTrue; import static org.junit.jupiter.api.Assertions.fail; import static org.junit.jupiter.api.Assumptions.assumeTrue;
