Skip to content

Commit

Permalink
Fix RecOr tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max committed Mar 28, 2024
1 parent 5e49f0d commit b6450d9
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 b6450d9

Please sign in to comment.