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 f6c3582 commit 8bc4ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_uniform_federation.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,8 @@ def test_valid_federated_query_one_server_post(mock_requests, mock_session, clie
data=json.dumps({"path": TestParams["path"],
"payload": "",
"method": "POST",
"service": TestParams["service"]},
"unsafe": True),
"service": TestParams["service"],
"unsafe": True)},
headers=Headers(fedHeader.headers)
):
RO, Status = operations.post_search()
Expand Down

0 comments on commit 8bc4ff0

Please sign in to comment.