From 6d1dd6181b847f8b04b20c7647a725d814583c70 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 26 Jul 2019 13:53:55 -0500 Subject: [PATCH] qa/tasks/mgr/dashboard/test_mgr_module: adjust expected schema Signed-off-by: Sage Weil --- qa/tasks/mgr/dashboard/test_mgr_module.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qa/tasks/mgr/dashboard/test_mgr_module.py b/qa/tasks/mgr/dashboard/test_mgr_module.py index af0036904a30a..0a8b584c9897e 100644 --- a/qa/tasks/mgr/dashboard/test_mgr_module.py +++ b/qa/tasks/mgr/dashboard/test_mgr_module.py @@ -118,7 +118,11 @@ class MgrModuleTelemetryTest(MgrModuleTestCase): 'leaderboard': JLeaf(bool), 'organization': JLeaf(str), 'proxy': JLeaf(str), - 'url': JLeaf(str) + 'url': JLeaf(str), + 'config': JObj(sub_elems={ + 'cluster_changed': JList(str), + 'active_changed': JList(str), + }), })) def test_put(self): -- 2.39.5