Skip to content

Commit 9617782

Browse files
committed
Update test
1 parent 4cc202b commit 9617782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/examples/cvat/recording-oracle/tests/integration/cron/test_process_exchange_oracle_webhooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def test_process_exchange_oracle_webhook_escrow_cleaned(self):
8282

8383
mock_storage_client = MagicMock(spec=StorageClient)
8484
with (
85-
patch("src.chain.escrow.get_escrow"),
85+
patch("src.cron.process_incoming_exchange_oracle.validate_escrow"),
8686
patch("src.services.cloud.make_client", return_value=mock_storage_client),
8787
):
8888
process_incoming_exchange_oracle_webhooks()

0 commit comments

Comments
 (0)