From 9d220ed808b725dba5750e15b53805ee43bb18c7 Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Fri, 28 Jul 2023 15:33:41 -0400 Subject: [PATCH] Remove comment referencing "stopped" parameter That parameter is no longer present now that we are using python-on-whales. Co-authored-by: dav3r --- tests/container_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/container_test.py b/tests/container_test.py index c6255df..08a226f 100644 --- a/tests/container_test.py +++ b/tests/container_test.py @@ -20,7 +20,6 @@ def test_container_count(dockerc): """Verify the test composition and container.""" - # stopped parameter allows non-running containers in results assert ( len(dockerc.compose.ps(all=True)) == 2 ), "Wrong number of containers were started."