mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-04 16:11:11 -04:00
Ask API for less detailed JSON for all templates
This should speed things up by: - less time waiting for big blobs of JSON to come from Redis or the API - less time spent deserialising big blobs of JSON
This commit is contained in:
@@ -275,7 +275,7 @@ def test_client_returns_count_of_service_templates(
|
||||
],
|
||||
None,
|
||||
[
|
||||
call('/service/{}/template'.format(SERVICE_ONE_ID))
|
||||
call('/service/{}/template?detailed=False'.format(SERVICE_ONE_ID))
|
||||
],
|
||||
[
|
||||
call(
|
||||
|
||||
Reference in New Issue
Block a user