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 90a1984 commit d3d4ef7Copy full SHA for d3d4ef7
api-client/src/test/java/de/gesellix/docker/remote/api/client/ContainerApiIntegrationTest.java
@@ -773,7 +773,7 @@ public void containerStatsOnce() {
773
774
@Test
775
@EnabledIfSupportsWebSocket
776
- public void containerAttachWebSocketNonInteractive() throws InterruptedException {
+ public void containerAttachWebSocket() throws InterruptedException {
777
SocatContainer socatContainer = new SocatContainer(engineApiClient);
778
EngineApiClient tcpClient = socatContainer.startSocatContainer();
779
0 commit comments