Skip to content

Commit

Permalink
wip: see if provider verification fails if message incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Oct 4, 2022
1 parent 6101734 commit 6c2d86f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/message/tests/provider/test_message_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ def document_created_handler():

def document_deleted_handler():
return {
"event": "ObjectCreated:Delete",
"documentName": "document.doc",
"creator": "TP",
"documentType": "microsoft-word"
"Aevent": "ObjectCreated:Delete",
"BdocumentName": "document.doc",
"Ccreator": "TP",
"DdocumentType": "microsoft-word"
}


Expand Down

0 comments on commit 6c2d86f

Please sign in to comment.