Use the local APIClient rather than the one from the python-api-client

- ensures that all API calls set the request ID when talking to the API.
This commit is contained in:
Martyn Inglis
2016-11-30 17:01:44 +00:00
parent 655e6892ad
commit 08dc8fb13d
11 changed files with 24 additions and 29 deletions

View File

@@ -1,7 +1,7 @@
from notifications_python_client.base import BaseAPIClient
from app.notify_client import NotifyAdminAPIClient
class NotificationApiClient(BaseAPIClient):
class NotificationApiClient(NotifyAdminAPIClient):
def __init__(self):
super().__init__("a", "b", "c")