mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 07:22:57 +00:00
Rename some tests in test_healthcheck.py
This commit is contained in:
@@ -54,7 +54,7 @@ LOGGER = logging.getLogger(__name__)
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
def test_health(
|
def test_healthy(
|
||||||
container: TrackedContainer,
|
container: TrackedContainer,
|
||||||
env: Optional[list[str]],
|
env: Optional[list[str]],
|
||||||
cmd: 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,
|
container: TrackedContainer,
|
||||||
env: Optional[list[str]],
|
env: Optional[list[str]],
|
||||||
cmd: Optional[list[str]],
|
cmd: Optional[list[str]],
|
||||||
|
Reference in New Issue
Block a user