Actually use the right exception class.

Two HTTPError classes exist. Need to use the one in notifications_python_client.
This commit is contained in:
Martyn Inglis
2016-08-24 12:12:19 +01:00
parent d149a9691a
commit d56c14e147
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ from app.notify_client.models import (
InvitedUser
)
from notify_client.errors import HTTPError
from notifications_python_client.errors import HTTPError
@pytest.fixture(scope='session')