Skip to content

Commit

Permalink
Update test_uniform_federation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
daisieh committed Oct 2, 2024
1 parent 5221cc9 commit f6c3582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_uniform_federation.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def test_valid_federated_query_one_server_get(mock_requests, mock_session, clien
headers=Headers(fedHeader.headers)
):
RO, Status = operations.post_search()

print(f"hi {RO}")
assert Status == 200
for server in RO:
loc = server["location"]["name"]
Expand Down

0 comments on commit f6c3582

Please sign in to comment.