From c1229303d069fe76aa6a498068b68d0360554e14 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sun, 7 Jan 2024 00:15:38 +0400 Subject: [PATCH] Rename some tests in test_healthcheck.py --- tests/base-notebook/test_healthcheck.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/base-notebook/test_healthcheck.py b/tests/base-notebook/test_healthcheck.py index 450a0111..7aca3ac6 100644 --- a/tests/base-notebook/test_healthcheck.py +++ b/tests/base-notebook/test_healthcheck.py @@ -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]],