mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
Restructured how clients are implemented.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -10,6 +10,12 @@ def fake_client(notify_api):
|
||||
def name(self):
|
||||
return "fake"
|
||||
|
||||
def init_app(self, current_app, *args, **kwargs):
|
||||
pass
|
||||
|
||||
def send_sms(self, *args, **kwargs):
|
||||
pass
|
||||
|
||||
fake_client = FakeSmsClient()
|
||||
# fake_client.init_app(notify_api)
|
||||
return fake_client
|
||||
|
||||
Reference in New Issue
Block a user