Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions tests/test_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down