Skip to content

Commit

Permalink
Merge c6d631d into 82ce348
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jan 13, 2020
2 parents 82ce348 + c6d631d commit 61c4479
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions news/842.bugfix
@@ -0,0 +1,2 @@
plone.app.discussion extends the review workflow for moderation of comments. This change takes the additional workflow states into account.
[ksuess]
4 changes: 3 additions & 1 deletion src/plone/restapi/tests/test_services_querystring.py
Expand Up @@ -93,7 +93,9 @@ def test_endpoint_inlines_vocabularies(self):
u"published": {u"title": u"Published with accent \xe9 [published]"},
u"visible": {u"title": u"Public draft [visible]"},
}
self.assertEqual(expected_vocab_values, idx["values"])
self.assertTrue(
all(elem in idx["values"].items() for elem in expected_vocab_values.items())
)

def test_endpoint_inlines_operators(self):
response = self.api_session.get("/@querystring")
Expand Down

0 comments on commit 61c4479

Please sign in to comment.