Skip to content

Commit

Permalink
Reference correct parameter name in comment
Browse files Browse the repository at this point in the history
The "stopped" 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 a518cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/container_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

def test_container_count(dockerc):
"""Verify the test composition and container."""
# stopped parameter allows non-running containers in results
# all 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 a518cfb

Please sign in to comment.