diff --git a/test/integration/test_create_dss_docker_image.py b/test/integration/test_create_dss_docker_image.py index 5beef6ae..caeed149 100644 --- a/test/integration/test_create_dss_docker_image.py +++ b/test/integration/test_create_dss_docker_image.py @@ -36,7 +36,6 @@ def dss_docker_container(): try: yield container finally: - pass container.stop() container.remove() client.images.remove(testee.image_name)