Skip to content

Commit

Permalink
Stabilize tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bsideup committed Feb 22, 2022
1 parent ddfaf56 commit 8253a99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public void testTlsVerifyAndCertPath() throws Exception {

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

0 comments on commit 8253a99

Please sign in to comment.