Fix missing import on notification stats endpoint

The response import was missing, which broke things.

There was no test to catch this.

This commit adds a rudimentary test to make sure that the endpoint
doesn’t 500, at the very least.
This commit is contained in:
Chris Hill-Scott
2016-04-20 10:33:41 +01:00
parent 85d5c656f8
commit 425cc8340e
2 changed files with 26 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
from flask import (
Blueprint,
jsonify,
request
)
from app.dao.notifications_dao import (