Skip to content

Commit c122930

Browse files
committed
Rename some tests in test_healthcheck.py
1 parent 2a6a115 commit c122930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/base-notebook/test_healthcheck.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
),
5555
],
5656
)
57-
def test_health(
57+
def test_healthy(
5858
container: TrackedContainer,
5959
env: Optional[list[str]],
6060
cmd: Optional[list[str]],
@@ -101,7 +101,7 @@ def test_health(
101101
),
102102
],
103103
)
104-
def test_health_proxy(
104+
def test_healthy_with_proxy(
105105
container: TrackedContainer,
106106
env: Optional[list[str]],
107107
cmd: Optional[list[str]],

0 commit comments

Comments
 (0)