@@ -51,6 +51,7 @@ def test_user_list(cli, settings, send_email, sync_db: SyncDb):
51
51
'status' : 'Sent' ,
52
52
'method' : 'email-test' ,
53
53
'subject' : 'test message' ,
54
+ 'cost' : 0 ,
54
55
}
55
56
56
57
@@ -79,6 +80,7 @@ def test_user_list_no_ext(cli, settings, send_email, sync_db: SyncDb):
79
80
'status' : 'Sent' ,
80
81
'method' : 'email-test' ,
81
82
'subject' : 'test message' ,
83
+ 'cost' : 0 ,
82
84
}
83
85
84
86
@@ -293,6 +295,7 @@ def test_message_details(cli, settings, send_email, sync_db: SyncDb, worker, loo
293
295
'body' : '<body>\n this is a test\n </body>' ,
294
296
'events' : [{'status' : 'Opened' , 'datetime' : RegexStr (r'\d{4}-\d{2}-\d{2}.*' )}],
295
297
'attachments' : [],
298
+ 'cost' : 0 ,
296
299
}
297
300
298
301
@@ -336,6 +339,7 @@ def test_message_details_links(cli, settings, send_email, sync_db: SyncDb, worke
336
339
'method' : 'email-test' ,
337
340
'events' : [{'status' : 'Opened' , 'datetime' : RegexStr (r'\d{4}-\d{2}-\d{2}.*' )}],
338
341
'attachments' : [['/attachment-doc/123/' , 'testing.pdf' ], ['#' , 'different.pdf' ]],
342
+ 'cost' : 0 ,
339
343
}
340
344
341
345
@@ -422,6 +426,7 @@ def test_user_sms_list(cli, settings, send_sms, sync_db: SyncDb):
422
426
'update_ts' : RegexStr (r'\d{4}-\d{2}-\d{2}.*' ),
423
427
'status' : 'Sent' ,
424
428
'method' : 'sms-test' ,
429
+ 'cost' : 0.012 ,
425
430
},
426
431
],
427
432
'count' : 1 ,
0 commit comments