We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd1c83 commit adbf28cCopy full SHA for adbf28c
tests/model_serving/model_server/metrics/utils.py
@@ -23,8 +23,7 @@ def validate_metrics_configuration(inference_service: InferenceService) -> None:
23
)
24
25
assert metrics_cm.exists, (
26
- f"Metrics dashboard ConfigMap '{metrics_cm_name}' not found in namespace "
27
- f"'{inference_service.namespace}'"
+ f"Metrics dashboard ConfigMap '{metrics_cm_name}' not found in namespace '{inference_service.namespace}'"
28
29
30
supported_value = metrics_cm.instance.data.get("supported")
0 commit comments