mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
Actually use the right exception class.
Two HTTPError classes exist. Need to use the one in notifications_python_client.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user