formatting

This commit is contained in:
Rebecca Law
2017-08-21 14:04:40 +01:00
parent 8cf29a7d04
commit 0f6fcb8d0b

View File

@@ -13,6 +13,7 @@ from app.notify_client.models import (
User,
InvitedUser
)
from . import (
service_json,
TestClient,
@@ -1729,8 +1730,8 @@ def mock_get_notification(
template_type=None,
):
def _get_notification(
service_id,
notification_id,
service_id,
notification_id,
):
noti = notification_json(
service_id,
@@ -1830,11 +1831,11 @@ def client_request(logged_in_client):
@staticmethod
def get(
endpoint,
_expected_status=200,
_follow_redirects=False,
_test_page_title=True,
**endpoint_kwargs
endpoint,
_expected_status=200,
_follow_redirects=False,
_test_page_title=True,
**endpoint_kwargs
):
resp = logged_in_client.get(
url_for(endpoint, **(endpoint_kwargs or {})),