Rename some tests in test_healthcheck.py

This commit is contained in:
Ayaz Salikhov
2024-01-07 00:15:38 +04:00
parent 2a6a115a7c
commit c1229303d0

View File

@@ -54,7 +54,7 @@ LOGGER = logging.getLogger(__name__)
),
],
)
def test_health(
def test_healthy(
container: TrackedContainer,
env: Optional[list[str]],
cmd: Optional[list[str]],
@@ -101,7 +101,7 @@ def test_health(
),
],
)
def test_health_proxy(
def test_healthy_with_proxy(
container: TrackedContainer,
env: Optional[list[str]],
cmd: Optional[list[str]],