From 6a988938ac6b6f80c2e2521f941717b0dcd592de Mon Sep 17 00:00:00 2001 From: Tatjana Dehler Date: Mon, 9 Dec 2019 13:45:45 +0100 Subject: [PATCH] qa/tasks/mgr/dashboard/test_health: update schema Fixes: https://tracker.ceph.com/issues/43195 Signed-off-by: Tatjana Dehler --- qa/tasks/mgr/dashboard/test_health.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/qa/tasks/mgr/dashboard/test_health.py b/qa/tasks/mgr/dashboard/test_health.py index 5e402d49c7fc5..05732885deb16 100644 --- a/qa/tasks/mgr/dashboard/test_health.py +++ b/qa/tasks/mgr/dashboard/test_health.py @@ -210,10 +210,7 @@ class HealthTest(DashboardTestCase): 'active_mgr_features': int, 'active_gid': int, 'active_name': str, - 'always_on_modules': JObj( - {}, - allow_unknown=True, unknown_schema=JList(str) - ), + 'always_on_modules': JObj({}, allow_unknown=True), 'available': bool, 'available_modules': JList(module_info_schema), 'epoch': int, -- 2.47.3