Added a test to ensure that all blueprints have a registered before_request method.

Added a test for the status endpoint.
This commit is contained in:
Rebecca Law
2017-03-17 16:21:41 +00:00
parent e4e7a99f40
commit 37293b6c7a
5 changed files with 31 additions and 27 deletions

View File

@@ -16,7 +16,7 @@ from app.dao import (
from app.notifications.process_client_response import validate_callback_data
ses_callback_blueprint = Blueprint('notifications_ses_callback_', __name__)
ses_callback_blueprint = Blueprint('notifications_ses_callback', __name__)
from app.errors import (
register_errors,