Skip to content

Commit

Permalink
Merge pull request #1779 from humanprotocol/zm/fix-ro-tests
Browse files Browse the repository at this point in the history
[CVAT-M2] Fix RecOr tests
  • Loading branch information
zhiltsov-max authored Mar 28, 2024
2 parents 5e49f0d + b6450d9 commit 6ef3ccd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ def test_process_reputation_oracle_webhooks(self):
expected_url,
headers={"human-signature": SIGNATURE},
json={
"escrowAddress": escrow_address,
"chainId": chain_id,
"eventType": RecordingOracleEventTypes.task_completed.value,
"escrow_address": escrow_address,
"chain_id": chain_id,
"event_type": RecordingOracleEventTypes.task_completed.value,
},
)
self.assertEqual(updated_webhook.status, OracleWebhookStatuses.completed.value)
Expand Down

0 comments on commit 6ef3ccd

Please sign in to comment.