Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed May 10, 2023
1 parent 7719cfd commit 2ce29ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/servicex_did_finder_lib/test_communication.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def send_did_request(self, did_name: str):
body = json.dumps(
{
"did": did_name,
"request_id": "000-111-222-444",
"dataset_id": "000-111-222-444",
"service-endpoint": "http://localhost:2334",
}
)
Expand Down

0 comments on commit 2ce29ac

Please sign in to comment.