Skip to content

Commit

Permalink
Update test_webhook.py
Browse files Browse the repository at this point in the history
  • Loading branch information
howard-at-cb committed Jan 11, 2025
1 parent 7775cd2 commit becbc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit becbc2e

Please sign in to comment.