Skip to content

Commit

Permalink
Update documentation tests after upgrade to Plone 6.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Sep 21, 2023
1 parent 751372a commit 4052382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plone/restapi/tests/http-examples/registry_get_list.resp
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -423,5 +423,5 @@ Content-Type: application/json
"value": "The person that created an item"
}
],
"items_total": 2875
"items_total": 2972
}

0 comments on commit 4052382

Please sign in to comment.