KEYCLOAK-12190 Fix PartialImportTest for client validation

This commit is contained in:
stianst 2020-02-07 11:43:29 +01:00 committed by Stian Thorgersen
parent 7545749632
commit 5d1fa8719e

View file

@ -139,7 +139,7 @@ public class PartialImportTest extends AbstractAuthTest {
ClientRepresentation client = new ClientRepresentation();
client.setClientId(CLIENT_SERVICE_ACCOUNT);
client.setName(CLIENT_SERVICE_ACCOUNT);
client.setRootUrl("foo");
client.setRootUrl("http://localhost/foo");
client.setProtocol("openid-connect");
client.setPublicClient(false);
client.setSecret("secret");