From 791f4a371735ed14a50ae87d59e2c153cce60d52 Mon Sep 17 00:00:00 2001 From: kalyanr Date: Tue, 12 Dec 2023 20:09:17 +0530 Subject: [PATCH] change stat Signed-off-by: kalyanr --- tests/ml_commons/test_ml_commons_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ml_commons/test_ml_commons_client.py b/tests/ml_commons/test_ml_commons_client.py index b7ad37ac..b8df8b4a 100644 --- a/tests/ml_commons/test_ml_commons_client.py +++ b/tests/ml_commons/test_ml_commons_client.py @@ -583,7 +583,7 @@ def test_stats(): assert len(res["nodes"]) > 0 node_id = list(res["nodes"].keys())[0] - stat_id = "ml_jvm_heap_usage" + stat_id = "ml_executing_task_count" res = ml_client.get_stats(node_id, stat_id)