mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-04 12:18:25 -04:00
fix tests
This commit is contained in:
@@ -271,11 +271,7 @@ def test_post_user_attribute(admin_request, sample_user, user_attribute, user_va
|
||||
api_key_id=None,
|
||||
key_type="normal",
|
||||
notification_type="email",
|
||||
personalisation={
|
||||
"name": "Test User",
|
||||
"servicemanagername": "Service Manago",
|
||||
"email address": "newuser@mail.com",
|
||||
},
|
||||
personalisation={},
|
||||
recipient="newuser@mail.com",
|
||||
reply_to_text="notify@gov.uk",
|
||||
service=mock.ANY,
|
||||
@@ -290,11 +286,7 @@ def test_post_user_attribute(admin_request, sample_user, user_attribute, user_va
|
||||
api_key_id=None,
|
||||
key_type="normal",
|
||||
notification_type="sms",
|
||||
personalisation={
|
||||
"name": "Test User",
|
||||
"servicemanagername": "Service Manago",
|
||||
"email address": "notify@digital.fake.gov",
|
||||
},
|
||||
personalisation={},
|
||||
recipient="+4407700900460",
|
||||
reply_to_text="testing",
|
||||
service=mock.ANY,
|
||||
|
||||
Reference in New Issue
Block a user