File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
src/test/java/com/github/dockerjava/client Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1010import java .util .ArrayList ;
1111import java .util .List ;
1212
13- import com .github .dockerjava .core .RemoteApiVersion ;
1413import org .apache .commons .io .IOUtils ;
1514import org .apache .commons .io .LineIterator ;
1615import org .apache .commons .lang .StringUtils ;
@@ -40,8 +39,6 @@ public abstract class AbstractDockerClientTest extends Assert {
4039
4140 public static final Logger LOG = LoggerFactory .getLogger (AbstractDockerClientTest .class );
4241
43- private RemoteApiVersion apiVersion = RemoteApiVersion .VERSION_1_22 ;
44-
4542 protected DockerClient dockerClient ;
4643
4744 protected TestDockerCmdExecFactory dockerCmdExecFactory = initTestDockerCmdExecFactory ();
@@ -82,7 +79,7 @@ protected DockerClientConfig config(String password) {
8279 builder = builder .withRegistryPassword (password );
8380 }
8481
85- return builder .withApiVersion ( apiVersion ). build ();
82+ return builder .build ();
8683 }
8784
8885 public void afterTest () {
You can’t perform that action at this time.
0 commit comments