Skip to content

Commit 6c2d86f

Browse files
committed
wip: see if provider verification fails if message incorrect
1 parent 6101734 commit 6c2d86f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/message/tests/provider/test_message_provider.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ def document_created_handler():
2929

3030
def document_deleted_handler():
3131
return {
32-
"event": "ObjectCreated:Delete",
33-
"documentName": "document.doc",
34-
"creator": "TP",
35-
"documentType": "microsoft-word"
32+
"Aevent": "ObjectCreated:Delete",
33+
"BdocumentName": "document.doc",
34+
"Ccreator": "TP",
35+
"DdocumentType": "microsoft-word"
3636
}
3737

3838

0 commit comments

Comments
 (0)