mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-20 14:29:25 -04:00
Remove all methods no longer used now that we only send pdf files to DVLA.
This commit is contained in:
@@ -198,7 +198,7 @@ def sample_service_full_permissions(notify_db, notify_db_session):
|
||||
notify_db_session,
|
||||
# ensure name doesn't clash with regular sample service
|
||||
service_name="sample service full permissions",
|
||||
permissions=set(SERVICE_PERMISSION_TYPES) - {'letters_as_pdf'}
|
||||
permissions=set(SERVICE_PERMISSION_TYPES)
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user