Skip to content

Commit

Permalink
Add proper patch for the test
Browse files Browse the repository at this point in the history
  • Loading branch information
aniav committed May 24, 2024
1 parent 9db4ab3 commit d191c7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def test_checkout_delivery_method_update_external_shipping(
)


@mock.patch("saleor.webhook.transport.synchronous.transport.send_webhook_request_sync")
@mock.patch("saleor.plugins.webhook.tasks.send_webhook_request_sync")
def test_checkout_delivery_method_update_external_shipping_invalid_currency(
mock_send_request,
api_client,
Expand Down

0 comments on commit d191c7c

Please sign in to comment.