From 4052382584840dacb6d8aaa1c760ea33d10750aa Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Thu, 21 Sep 2023 16:45:22 +0200 Subject: [PATCH] Update documentation tests after upgrade to Plone 6.0.7 --- src/plone/restapi/tests/http-examples/registry_get_list.resp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plone/restapi/tests/http-examples/registry_get_list.resp b/src/plone/restapi/tests/http-examples/registry_get_list.resp index dbc4259ef6..daaee85fa3 100644 --- a/src/plone/restapi/tests/http-examples/registry_get_list.resp +++ b/src/plone/restapi/tests/http-examples/registry_get_list.resp @@ -6,7 +6,7 @@ Content-Type: application/json "batching": { "@id": "http://localhost:55001/plone/@registry", "first": "http://localhost:55001/plone/@registry?b_start=0", - "last": "http://localhost:55001/plone/@registry?b_start=2850", + "last": "http://localhost:55001/plone/@registry?b_start=2950", "next": "http://localhost:55001/plone/@registry?b_start=25" }, "items": [ @@ -423,5 +423,5 @@ Content-Type: application/json "value": "The person that created an item" } ], - "items_total": 2875 + "items_total": 2972 }