Fixed the test which started failing because @jprider63 fixed a bug in the requestUnit method.
Trying to kill a container which is not running leads to a "409 Conflict" error
from the docker API. The container in the test should have already stopped, no
need to kill it. The bug in the requestUnit method prevented the test from failing
before.
Fixed the test which started failing because @jprider63 fixed a bug in the
requestUnit
method.Trying to kill a container which is not running leads to a "409 Conflict" error from the docker API. The container in the test should have already stopped, no need to kill it. The bug in the requestUnit method prevented the test from failing before.