mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-16 20:15:46 -06:00
Make LDAPProvidersIntegrationTest import a test realm after each test
Closes #43754 Signed-off-by: vramik <vramik@redhat.com>
This commit is contained in:
@@ -125,6 +125,11 @@ public class LDAPProvidersIntegrationTest extends AbstractLDAPTest {
|
||||
});
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean isImportAfterEachMethod() {
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* KEYCLOAK-3986
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user