Skip to content

Commit

Permalink
Remove comment referencing "stopped" parameter
Browse files Browse the repository at this point in the history
That parameter is no longer present now that we are using
python-on-whales.

Co-authored-by: dav3r <[email protected]>
  • Loading branch information
jsf9k and dav3r committed Jul 28, 2023
1 parent a9d6c92 commit 9d220ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/container_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 9d220ed

Please sign in to comment.