Skip to content

Commit

Permalink
fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertdeng123 committed Dec 20, 2024
1 parent 107c7aa commit b97e70f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/utils/test_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def test_get_matching_containers(
["docker", "ps", "-q", "--filter", f"label={DEVSERVICES_ORCHESTRATOR_LABEL}"],
text=True,
stderr=subprocess.DEVNULL,
text=True,
)


Expand Down Expand Up @@ -87,7 +86,6 @@ def test_get_matching_containers_error(
["docker", "ps", "-q", "--filter", f"label={DEVSERVICES_ORCHESTRATOR_LABEL}"],
text=True,
stderr=subprocess.DEVNULL,
text=True,
)


Expand Down

0 comments on commit b97e70f

Please sign in to comment.