diff --git a/tests/test_admin.py b/tests/test_admin.py index 7a8723a0..22f5f764 100644 --- a/tests/test_admin.py +++ b/tests/test_admin.py @@ -201,11 +201,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("/admin/theme", headers = {"Accept":"text/plain"}, test_type = test_type, comparison_type="json", fields=["instanceName", "frontPageText"])