Remove all occurrences of server-sent events

This commit is contained in:
Sebastian Serth
2021-10-10 12:23:24 +02:00
parent 82cab390ad
commit 601e1fab5c
3 changed files with 1 additions and 71 deletions

View File

@ -364,7 +364,7 @@ describe DockerClient, docker: true do
end
it 'provides the command to be executed as input' do
pending('we are currently not using any input and for output server send events instead of attach.')
pending('we are currently not using attach but rather exec.')
expect(container).to receive(:attach).with(stdin: kind_of(StringIO))
end