Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

admin/retrieveFromWebOfRegistries #453

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
10 changes: 5 additions & 5 deletions tests/test_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ def test_admin1(self):
# compare_post_request("/admin/setAdministratorEmail", data, headers = {"Accept": "text/plain"}, test_name = "admin_setAdministratorEmail", test_type = test_type)
# test_print("test_admin_setAdministratorEmail completed")

# test_print("test_admin_retrieveFromWebOfRegistries starting")
# data={
# }
# compare_post_request("/admin/retrieveFromWebOfRegistries", data, headers = {"Accept": "text/plain"}, test_name = "admin_retrieveFromWebOfRegistries")
# test_print("test_admin_retrieveFromWebOfRegistries completed")
test_print("test_admin_retrieveFromWebOfRegistries starting")
data={
}
compare_post_request("/admin/retrieveFromWebOfRegistries", data, headers = {"Accept": "text/plain"}, test_name = "admin_retrieveFromWebOfRegistries")
test_print("test_admin_retrieveFromWebOfRegistries completed")

# test_print("test_admin_federate starting")
# #TODO: We should not have the testing requesting to join web-of-registries. Likely the test would be done by adding web-of-registries application to our docker-compose and making the request to our local one.
Expand Down