diff --git a/tests/test_admin.py b/tests/test_admin.py index 7a8723a0..89a11161 100644 --- a/tests/test_admin.py +++ b/tests/test_admin.py @@ -27,10 +27,10 @@ def test_admin1(self): # compare_get_request("/admin/virtuoso", headers = {"Accept":"text/plain"}, test_type = test_type) # test_print("test_admin_virtuoso completed") - # test_print("test_admin_graphs starting") - # compare_get_request("/admin/graphs", headers = {"Accept":"text/plain"}, test_type = test_type, comparison_type="jsonlist", fields=["graphUri", "numTriples"], key='graphUri') - # test_print("test_admin_graphs completed") - + test_print("test_admin_graphs starting") + compare_get_request("/admin/graphs", headers = {"Accept":"text/plain"}, test_type = test_type, comparison_type="jsonlist", fields=["graphUri", "numTriples"], key='graphUri') + test_print("test_admin_graphs completed") + # test_print("test_admin_log starting") # compare_get_request("admin/log", headers = {"Accept":"text/plain"}, test_type = test_type, comparison_type="jsonlist", fields=["level", "line"], key='line') # test_print("test_admin_log completed")