Skip to content

Commit d0c2ed8

Browse files
committed
Bump the expected Docker API version to 1.42
1 parent dc6a305 commit d0c2ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-client/src/test/java/de/gesellix/docker/remote/api/client/SystemApiIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public void systemPingHead() {
142142
public void systemVersion() {
143143
SystemVersion systemVersion = systemApi.systemVersion();
144144
// will break on CI or in other environments - TODO fixme
145-
assertEquals("1.41", systemVersion.getApiVersion());
145+
assertEquals("1.42", systemVersion.getApiVersion());
146146
}
147147

148148
static class SystemEventsCallback implements StreamCallback<EventMessage> {

0 commit comments

Comments
 (0)