diff --git a/functional-tests/src/test/java/custom/CustomJarInClasspathIT.java b/functional-tests/src/test/java/custom/CustomJarInClasspathIT.java index 5510bedd9..2be1d5a52 100644 --- a/functional-tests/src/test/java/custom/CustomJarInClasspathIT.java +++ b/functional-tests/src/test/java/custom/CustomJarInClasspathIT.java @@ -348,7 +348,7 @@ private void deleteClient(String sClient) /** * The base Coherence image name without a tag. */ - public static final String COHERENCE_IMAGE_PREFIX = DOCKER_REGISTRY + "/oracle/coherence:"; + public static final String COHERENCE_IMAGE_PREFIX = DOCKER_REGISTRY + "oracle/coherence:"; /** * The tag to use when pulling the Coherence image for this test.