Skip to content

Commit 1d89b60

Browse files
committed
Remove unused leftovers from the KeycloakRealmResourceManager
1 parent 8e51366 commit 1d89b60

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

integration-tests/smallrye-graphql-client-keycloak/src/test/java/io/quarkus/it/smallrye/graphql/keycloak/KeycloakRealmResourceManager.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import org.keycloak.representations.idm.RolesRepresentation;
1616
import org.keycloak.representations.idm.UserRepresentation;
1717
import org.keycloak.util.JsonSerialization;
18-
import org.testcontainers.containers.GenericContainer;
1918

2019
import io.quarkus.test.common.QuarkusTestResourceLifecycleManager;
2120
import io.restassured.RestAssured;
@@ -24,11 +23,7 @@
2423
public class KeycloakRealmResourceManager implements QuarkusTestResourceLifecycleManager {
2524

2625
private static final String KEYCLOAK_SERVER_URL = System.getProperty("keycloak.url", "http://localhost:8180");
27-
//private static String KEYCLOAK_SERVER_URL;
2826
private static final String KEYCLOAK_REALM = "quarkus";
29-
//private static final String KEYCLOAK_IMAGE = "quay.io/keycloak/keycloak:22.0.5";
30-
31-
private GenericContainer<?> keycloak;
3227

3328
@Override
3429
public Map<String, String> start() {

0 commit comments

Comments
 (0)