Skip to content

Commit

Permalink
Remove containers and image after running integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Nov 7, 2023
1 parent 951c3d6 commit e215414
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/test_create_dss_docker_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def dss_docker_container():
try:
yield container
finally:
pass
container.stop()
container.remove()
client.images.remove(testee.image_name)
Expand Down

0 comments on commit e215414

Please sign in to comment.