Skip to content

Commit

Permalink
Rename some tests in test_healthcheck.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Jan 6, 2024
1 parent 2a6a115 commit c122930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/base-notebook/test_healthcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
),
],
)
def test_health(
def test_healthy(
container: TrackedContainer,
env: Optional[list[str]],
cmd: Optional[list[str]],
Expand Down Expand Up @@ -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]],
Expand Down

0 comments on commit c122930

Please sign in to comment.