mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-09 09:19:48 -04:00
Test headers in dynamic scans
This commit is contained in:
@@ -31,6 +31,7 @@ def live_service_and_organization_counts():
|
|||||||
jsonify(
|
jsonify(
|
||||||
organizations=dao_count_organizations_with_live_services(),
|
organizations=dao_count_organizations_with_live_services(),
|
||||||
services=dao_count_live_services(),
|
services=dao_count_live_services(),
|
||||||
|
headers={"Content-Type": "application/json"},
|
||||||
),
|
),
|
||||||
200,
|
200,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user