We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6a115 commit c122930Copy full SHA for c122930
tests/base-notebook/test_healthcheck.py
@@ -54,7 +54,7 @@
54
),
55
],
56
)
57
-def test_health(
+def test_healthy(
58
container: TrackedContainer,
59
env: Optional[list[str]],
60
cmd: Optional[list[str]],
@@ -101,7 +101,7 @@ def test_health(
101
102
103
104
-def test_health_proxy(
+def test_healthy_with_proxy(
105
106
107
0 commit comments