mirror of
https://github.com/wassname/ray.git
synced 2026-08-01 12:51:09 +08:00
[Dashboard] Fix a number of console warnings caused by incorrect usage of react keys (#10749)
* Fix a number of console warnings caused by incorrect usage of react keys * lint * lint Co-authored-by: Max Fitton <max@semprehealth.com>
This commit is contained in:
@@ -42,6 +42,7 @@ def test_basic(ray_start_with_dashboard):
|
||||
|
||||
assert len(client_stats) == 1
|
||||
client = client_stats[0]
|
||||
print(client)
|
||||
assert len(client["workers"]) == 1
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user