Fix import of com.mongodb.util.MyAsserts.assertFalse
This commit is contained in:
parent
45215f361f
commit
8d2becf681
1 changed files with 1 additions and 1 deletions
|
@ -16,8 +16,8 @@ import org.w3c.dom.Document;
|
|||
import javax.ws.rs.core.Response;
|
||||
import java.util.List;
|
||||
|
||||
import static com.mongodb.util.MyAsserts.assertFalse;
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertFalse;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
import static org.keycloak.testsuite.auth.page.AuthRealm.SAMLSERVLETDEMO;
|
||||
import static org.keycloak.testsuite.util.IOUtil.*;
|
||||
|
|
Loading…
Reference in a new issue