We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012e353 commit 8654645Copy full SHA for 8654645
tests/model_registry/model_catalog/test_model_search.py
@@ -257,7 +257,7 @@ def test_multiple_artifact_type_filtering(
257
when filtering by multiple artifact types.
258
"""
259
_, model_name, catalog_id = randomly_picked_model_from_catalog_api_by_source
260
- artifact_types = f"artifactType={METRICS_ARTIFACT_TYPE}&artifactType={MODEL_ARTIFACT_TYPE}"
+ artifact_types = f"artifactType={METRICS_ARTIFACT_TYPE},{MODEL_ARTIFACT_TYPE}"
261
LOGGER.info(f"Testing multiple artifact types: '{artifact_types}'")
262
# Fetch all artifacts with dynamic page size adjustment
263
all_model_artifacts = fetch_all_artifacts_with_dynamic_paging(
0 commit comments