Skip to content

Commit 8253a99

Browse files
committed
Stabilize tests
1 parent ddfaf56 commit 8253a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-java/src/test/java/com/github/dockerjava/core/DefaultDockerClientConfigTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public void testTlsVerifyAndCertPath() throws Exception {
175175

176176
@Test()
177177
public void testAnyHostScheme() throws Exception {
178-
URI dockerHost = URI.create(UUID.randomUUID().toString().replace("-", "") + "://foo");
178+
URI dockerHost = URI.create("a" + UUID.randomUUID().toString().replace("-", "") + "://foo");
179179
new DefaultDockerClientConfig(dockerHost, "dockerConfig", "apiVersion", "registryUrl", "registryUsername", "registryPassword", "registryEmail",
180180
null);
181181
}

0 commit comments

Comments
 (0)