Skip to content

Commit

Permalink
Run tests on py 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Aug 24, 2023
1 parent 68fbe23 commit 8002956
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/plone/restapi/tests/http-examples/vocabularies.resp
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ HTTP/1.1 200 OK
Content-Type: application/json

[
{
"@id": "http://localhost:55001/plone/@vocabularies/plone.contentrules.events",
"title": "plone.contentrules.events"
},
{
"@id": "http://localhost:55001/plone/@vocabularies/Behaviors",
"title": "Behaviors"
},
{
"@id": "http://localhost:55001/plone/@vocabularies/plone.contentrules.events",
"title": "plone.contentrules.events"
},
{
"@id": "http://localhost:55001/plone/@vocabularies/plone.app.vocabularies.AvailableContentLanguages",
"title": "plone.app.vocabularies.AvailableContentLanguages"
Expand Down Expand Up @@ -90,10 +90,6 @@ Content-Type: application/json
"@id": "http://localhost:55001/plone/@vocabularies/plone.app.vocabularies.Principals",
"title": "plone.app.vocabularies.Principals"
},
{
"@id": "http://localhost:55001/plone/@vocabularies/plone.app.vocabularies.Catalog",
"title": "plone.app.vocabularies.Catalog"
},
{
"@id": "http://localhost:55001/plone/@vocabularies/plone.app.vocabularies.Actions",
"title": "plone.app.vocabularies.Actions"
Expand Down Expand Up @@ -162,6 +158,10 @@ Content-Type: application/json
"@id": "http://localhost:55001/plone/@vocabularies/plone.app.event.SynchronizationStrategies",
"title": "plone.app.event.SynchronizationStrategies"
},
{
"@id": "http://localhost:55001/plone/@vocabularies/plone.app.vocabularies.Catalog",
"title": "plone.app.vocabularies.Catalog"
},
{
"@id": "http://localhost:55001/plone/@vocabularies/plone.app.contenttypes.metadatafields",
"title": "plone.app.contenttypes.metadatafields"
Expand Down

0 comments on commit 8002956

Please sign in to comment.