parent
1673906a54
commit
2f0d8cd895
5 changed files with 5 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
package org.keycloak.testsuite.hok;
|
||||
package org.keycloak.testsuite.oauth.hok;
|
||||
|
||||
import static org.hamcrest.Matchers.allOf;
|
||||
import static org.hamcrest.Matchers.greaterThanOrEqualTo;
|
|
@ -15,7 +15,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.keycloak.testsuite.par;
|
||||
package org.keycloak.testsuite.oauth.par;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertFalse;
|
|
@ -15,7 +15,7 @@
|
|||
* limitations under the License.
|
||||
*
|
||||
*/
|
||||
package org.keycloak.testsuite.rar;
|
||||
package org.keycloak.testsuite.oauth.rar;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Rule;
|
|
@ -15,7 +15,7 @@
|
|||
* limitations under the License.
|
||||
*
|
||||
*/
|
||||
package org.keycloak.testsuite.rar;
|
||||
package org.keycloak.testsuite.oauth.rar;
|
||||
|
||||
import org.keycloak.models.utils.ModelToRepresentation;
|
||||
import org.keycloak.rar.AuthorizationDetails;
|
|
@ -15,10 +15,9 @@
|
|||
* limitations under the License.
|
||||
*
|
||||
*/
|
||||
package org.keycloak.testsuite.rar;
|
||||
package org.keycloak.testsuite.oauth.rar;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.keycloak.admin.client.resource.ClientResource;
|
||||
import org.keycloak.common.Profile;
|
Loading…
Reference in a new issue