Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: kalyanr <[email protected]>
  • Loading branch information
rawwar committed Dec 12, 2023
1 parent 791f4a3 commit 2bd9015
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ml_commons/test_ml_commons_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bd9015

Please sign in to comment.