From 2bd90159ec86af0955b6b5f49eacb9cedc32366f Mon Sep 17 00:00:00 2001 From: kalyanr Date: Tue, 12 Dec 2023 20:51:00 +0530 Subject: [PATCH] test Signed-off-by: kalyanr --- tests/ml_commons/test_ml_commons_client.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/ml_commons/test_ml_commons_client.py b/tests/ml_commons/test_ml_commons_client.py index b8df8b4a..845a126a 100644 --- a/tests/ml_commons/test_ml_commons_client.py +++ b/tests/ml_commons/test_ml_commons_client.py @@ -577,6 +577,8 @@ def test_search(): def test_stats(): res = ml_client.get_stats() + print("!@#", res) + assert res == {} assert isinstance(res, dict) assert "nodes" in res