mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
add test for id appearing in notification table
use new pytest yield fixture
This commit is contained in:
@@ -225,6 +225,7 @@ def notification_json(
|
||||
|
||||
data = {
|
||||
'notifications': [{
|
||||
'id': uuid.uuid4(),
|
||||
'to': to,
|
||||
'template': {
|
||||
'id': template['id'],
|
||||
|
||||
Reference in New Issue
Block a user