notify-243 remove statsd

This commit is contained in:
Kenneth Kehl
2023-04-25 07:50:56 -07:00
parent 625f6e3f6b
commit 001954538e
19 changed files with 178 additions and 282 deletions

View File

@@ -1,6 +1,5 @@
import pytest
from app import statsd_client
from app.clients.sms import SmsClient, SmsClientResponseException
@@ -12,7 +11,7 @@ def fake_client(notify_api):
return 'fake'
fake_client = FakeSmsClient()
fake_client.init_app(notify_api, statsd_client)
# fake_client.init_app(notify_api)
return fake_client