mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
Test invalid older_than, template_types, and bad ids
Come up with some simple tests in the routes, just to see we get back what we expect as errors.
This commit is contained in:
@@ -8,7 +8,7 @@ from itertools import groupby
|
||||
|
||||
from flask import current_app
|
||||
from werkzeug.datastructures import MultiDict
|
||||
from sqlalchemy import (desc, func, or_, and_, asc, cast, Text)
|
||||
from sqlalchemy import (desc, func, or_, and_, asc)
|
||||
from sqlalchemy.orm import joinedload
|
||||
|
||||
from app import db, create_uuid
|
||||
|
||||
Reference in New Issue
Block a user