From 3b6d93985a6426048e7075888ddca1a382b6532b Mon Sep 17 00:00:00 2001 From: anjalakaturi <59932615+anjalakaturi@users.noreply.github.com> Date: Mon, 5 Jun 2023 14:43:23 -0600 Subject: [PATCH] admin/explorerUpdateIndex --- tests/test_admin.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/test_admin.py b/tests/test_admin.py index d713c766..489f5be6 100644 --- a/tests/test_admin.py +++ b/tests/test_admin.py @@ -205,11 +205,11 @@ def test_admin1(self): # compare_post_request("/admin/explorer", data, headers = {"Accept": "text/plain"}, test_name = "admin_updateExplorerConfig", test_type = test_type) # test_print("test_admin_status completed") - # test_print("test_explorerUpdateIndex starting") - # data={ - # } - # compare_post_request("/admin/explorerUpdateIndex", data, headers = {"Accept": "text/plain"}, test_name = "admin_explorerUpdateIndex", test_type = test_type) - # test_print("test_explorerUpdateIndex completed") + test_print("test_explorerUpdateIndex starting") + data={ + } + compare_post_request("/admin/explorerUpdateIndex", data, headers = {"Accept": "text/plain"}, test_name = "admin_explorerUpdateIndex", test_type = test_type) + test_print("test_explorerUpdateIndex completed") # test_print("test_admin_theme starting") # compare_get_request_json("/admin/theme", headers = {"Accept":"text/plain"}, test_type = test_type, fields=["instanceName", "frontPageText"])