File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
test/java/com/github/dockerjava/core Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 11docker.io.url =https://localhost:2376
2- docker.io.version =1.15
32docker.io.enableLoggingFilter =true
43docker.io.dockerCertPath =${user.home}/.docker
54docker.io.username =${user.name}
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ public void defaults() throws Exception {
101101 assertEquals (config .getUri (), URI .create ("https://localhost:2376" ));
102102 assertEquals (config .getUsername (), "someUserName" );
103103 assertEquals (config .getServerAddress (), AuthConfig .DEFAULT_SERVER_ADDRESS );
104- assertEquals (config .getVersion (), "1.15" );
104+ assertEquals (config .getVersion (), null );
105105 assertEquals (config .isLoggingFilterEnabled (), true );
106106 assertEquals (config .getDockerCertPath (), "someHomeDir/.docker" );
107107 }
You can’t perform that action at this time.
0 commit comments