mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
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:
@@ -1,6 +1,7 @@
|
||||
from flask import (
|
||||
Blueprint,
|
||||
jsonify,
|
||||
request
|
||||
)
|
||||
|
||||
from app.dao.notifications_dao import (
|
||||
|
||||
Reference in New Issue
Block a user