Skip to content

Commit 81acc85

Browse files
authored
Add test for /readyz/health endpoint (#476)
* Add test for /readyz/health endpoint * Update test_model_registry_creation.py
1 parent 9e37977 commit 81acc85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/model_registry/python_client/test_model_registry_creation.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ def test_model_registry_pod_log_mlmd_removal(
114114
pytest.param(
115115
"readyz/isDirty",
116116
),
117+
pytest.param(
118+
"readyz/health",
119+
),
117120
],
118121
)
119122
def test_model_registry_endpoint_response(

0 commit comments

Comments
 (0)