mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-16 20:48:37 -04:00
Rename backref to service model
To reflect the new name. Appears this is only used by the tests.
This commit is contained in:
@@ -43,7 +43,7 @@ def service_allowed_to_send_to(recipient, service, key_type, allow_guest_list_re
|
||||
[user.mobile_number, user.email_address] for user in service.users
|
||||
)
|
||||
guest_list_members = [
|
||||
member.recipient for member in service.whitelist
|
||||
member.recipient for member in service.guest_list
|
||||
if allow_guest_list_recipients
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user