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 a253203 commit 96755b1
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 @@ -325,7 +325,7 @@ def test_timeout_noFed_post(mock_requests, client, two_servers):

# Test the async request function --------------------------------------------------------------------

@patch('federation.FuturesSession.post', side_effect=mocked_async_requests_get)
@patch('federation.requests.post', side_effect=mocked_async_requests_get)
def test_valid_asyncRequests_two_servers_get(mock_requests, client, two_servers):
with client:
FR = get_federation_response("POST", "Federate")
Expand Down

0 comments on commit 96755b1

Please sign in to comment.