We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6a305 commit d0c2ed8Copy full SHA for d0c2ed8
api-client/src/test/java/de/gesellix/docker/remote/api/client/SystemApiIntegrationTest.java
@@ -142,7 +142,7 @@ public void systemPingHead() {
142
public void systemVersion() {
143
SystemVersion systemVersion = systemApi.systemVersion();
144
// will break on CI or in other environments - TODO fixme
145
- assertEquals("1.41", systemVersion.getApiVersion());
+ assertEquals("1.42", systemVersion.getApiVersion());
146
}
147
148
static class SystemEventsCallback implements StreamCallback<EventMessage> {
0 commit comments