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 48a2d5a commit e33ce22
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 @@ -362,7 +362,7 @@ def test_valid_asyncRequests_two_servers_post(mock_requests, client, two_servers

# Test Federation with one server --------------------------------------------------------------------

@patch('federation.requests.get', side_effect=mocked_service_get)
@patch('federation.requests.Session.get', side_effect=mocked_service_get)
@patch('federation.requests.post', side_effect=mocked_async_requests_get)
def test_valid_ServerRequest_one_server_get(mock_requests, mock_session, client, two_servers):
with client:
Expand Down

0 comments on commit e33ce22

Please sign in to comment.