Skip to content

Commit

Permalink
Remove the unused local variable 'container'
Browse files Browse the repository at this point in the history
  • Loading branch information
BKDDFS committed May 29, 2024
1 parent 6073c01 commit 11080b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/service_manager/integration/docker_container_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def test_container_status(manager, cleanup_container, client, image):


def test_run_log_process(manager, cleanup_container, client, image):
container = client.containers.run(
client.containers.run(
image,
command="sh -c 'while true; do date; done'",
detach=True,
Expand Down

0 comments on commit 11080b5

Please sign in to comment.