From becbc2ee52df63280e5f6b245720cbb0476a967c Mon Sep 17 00:00:00 2001 From: Howard Xie Date: Fri, 10 Jan 2025 16:36:34 -0800 Subject: [PATCH] Update test_webhook.py --- tests/test_webhook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_webhook.py b/tests/test_webhook.py index 0ef59ca..70a1636 100644 --- a/tests/test_webhook.py +++ b/tests/test_webhook.py @@ -46,7 +46,7 @@ def test_webhook_delete(mock_api_clients, webhook_factory): """Test Webhook delete method.""" # Create a webhook instance using the factory webhook = webhook_factory(webhook_id="webhook-123") - + # Call delete on the webhook instance webhook.delete()