Skip to content

Commit 9bd222f

Browse files
jacalataclaude
andcommitted
fix: restore missing docstring on test_event_setter_none
The return-type annotation added in the branch accidentally dropped the docstring that was on test_event_setter_none. Restore it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 64f68fd commit 9bd222f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/test_webhook.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def test_request_factory():
9292

9393

9494
def test_event_setter_none() -> None:
95+
"""Setting event to None should store None without crashing."""
9596
item = WebhookItem()
9697
item.event = "datasource-updated"
9798
assert item.event == "datasource-updated"

0 commit comments

Comments
 (0)