mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 14:31:57 -05:00
Return 400 for bad date argument
It’s more of a bad request, because the input is bad, rather than something on our side being not found.
This commit is contained in:
@@ -245,5 +245,5 @@ def test_get_uploaded_letters_by_print_date_404s_for_bad_date(
|
||||
'upload.get_uploaded_letter_by_service_and_print_day',
|
||||
service_id=sample_service.id,
|
||||
letter_print_date='foo',
|
||||
_expected_status=404,
|
||||
_expected_status=400,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user