#289 added sendDice test and dataset

This commit is contained in:
Oleg A 2020-04-05 16:14:26 +03:00
parent 44221872eb
commit 0f245bbf56
2 changed files with 22 additions and 0 deletions

View file

@ -53,6 +53,10 @@ CONTACT = {
"last_name": "Smith",
}
DICE = {
"value": 6
}
DOCUMENT = {
"file_name": "test.docx",
"mime_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
@ -255,6 +259,14 @@ MESSAGE_WITH_CONTACT = {
MESSAGE_WITH_DELETE_CHAT_PHOTO = {}
MESSAGE_WITH_DICE = {
"message_id": 12345,
"from": USER,
"chat": CHAT,
"date": 1508768012,
"dice": DICE
}
MESSAGE_WITH_DOCUMENT = {
"message_id": 12345,
"from": USER,