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 72fc6f1 commit 9f168a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_uniform_federation.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@ def test_invalid_asyncRequests_two_servers_get(mock_requests, client, two_server
endpoint_payload="",
header=TestParams["Headers"],
endpoint_service=TestParams["service"])
print(resp)
ConnErrs = list(map(lambda a: "ConnectionError" in str(a), resp.values()))
ConnErrs = list(map(lambda a: a["response"] is None, resp.values()))

# Error should just be propagated through since handle_server_request will address it

Expand Down

0 comments on commit 9f168a2

Please sign in to comment.