mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 14:31:57 -05:00
track message costs
This commit is contained in:
@@ -131,7 +131,7 @@ def test_event_to_db_format_with_missing_fields():
|
||||
"status": "UNKNOWN",
|
||||
"delivery.phoneCarrier": "",
|
||||
"delivery.providerResponse": "",
|
||||
"delivery.priceInUSD": "0.0",
|
||||
"delivery.priceInUSD": 0.0,
|
||||
"@timestamp": "",
|
||||
}
|
||||
|
||||
@@ -154,6 +154,6 @@ def test_event_to_db_format_with_string_input():
|
||||
"status": "FAILED",
|
||||
"delivery.phoneCarrier": "Verizon",
|
||||
"delivery.providerResponse": "Error",
|
||||
"delivery.priceInUSD": "0.00881",
|
||||
"delivery.priceInUSD": 0.00881,
|
||||
"@timestamp": "2024-01-01T14:00:00Z",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user