Rely on the official ENV var for Docker repo
* Remove obsolete `TestUtils.dockerRegistryFromEnv()` * Upgrade to Spring GraphQL `1.0.0`
This commit is contained in:
@@ -375,10 +375,6 @@ public abstract class TestUtils {
|
||||
ctx.updateLoggers();
|
||||
}
|
||||
|
||||
public static String dockerRegistryFromEnv() {
|
||||
return Optional.ofNullable(System.getenv("DOCKER_REGISTRY_URL")).orElse("");
|
||||
}
|
||||
|
||||
public static class LevelsContainer {
|
||||
|
||||
private final Map<Class<?>, Level> classLevels;
|
||||
|
||||
Reference in New Issue
Block a user