We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93e8ec commit c3ba7f3Copy full SHA for c3ba7f3
1 file changed
tests/model_registry/model_catalog/conftest.py
@@ -122,6 +122,7 @@ def updated_catalog_config_map(
122
wait_for_model_catalog_api(url=model_catalog_rest_url[0], headers=model_registry_rest_headers)
123
yield catalog_config_map
124
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)
126
127
128
@pytest.fixture(scope="class")
0 commit comments