mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
rename clients to notification_provider_clients
i think it's causing havoc with my attempts to mock stuff in the `app.clients` directory because it's also accessible at that path. the name's super vague and doesn't explain what it is anyway
This commit is contained in:
@@ -17,7 +17,7 @@ STATISTICS_DELIVERED = 'delivered'
|
||||
STATISTICS_FAILURE = 'failure'
|
||||
|
||||
|
||||
class Clients(object):
|
||||
class NotificationProviderClients(object):
|
||||
sms_clients = {}
|
||||
email_clients = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user