Skip to content

Commit c3ba7f3

Browse files
committed
updated_catalog_config_map should wait for the catalog api to become available (#987)
1 parent a93e8ec commit c3ba7f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/model_registry/model_catalog/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def updated_catalog_config_map(
122122
wait_for_model_catalog_api(url=model_catalog_rest_url[0], headers=model_registry_rest_headers)
123123
yield catalog_config_map
124124
is_model_catalog_ready(client=admin_client, model_registry_namespace=model_registry_namespace)
125+
wait_for_model_catalog_api(url=model_catalog_rest_url[0], headers=model_registry_rest_headers)
125126

126127

127128
@pytest.fixture(scope="class")

0 commit comments

Comments
 (0)