fix tests

This commit is contained in:
Kenneth Kehl
2023-09-22 10:05:50 -07:00
parent e3490691d3
commit 5bc752a826
3 changed files with 23 additions and 5 deletions

View File

@@ -517,7 +517,7 @@ def notification_json(
"notification_type": template_type,
"reply_to_text": reply_to_text,
"client_reference": client_reference,
"created_by_name": created_by_name,
"created_by_name": None,
}
for i in range(rows)
],