Set the correct realm when setting up client exchange permissions
Closes #32465 Signed-off-by: Stefan Guilhen <sguilhen@redhat.com>
This commit is contained in:
parent
529ae9d40a
commit
a41b622aa5
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ public class SocialLoginTest extends AbstractKeycloakTest {
|
|||
Client httpClient = AdminClientUtil.createResteasyClient();
|
||||
Response response = null;
|
||||
try {
|
||||
testingClient.server().run(SocialLoginTest::setupClientExchangePermissions);
|
||||
testingClient.server(REALM).run(SocialLoginTest::setupClientExchangePermissions);
|
||||
|
||||
WebTarget exchangeUrl = getExchangeUrl(httpClient);
|
||||
response = exchangeUrl.request()
|
||||
|
|
Loading…
Reference in a new issue