From 1158f8b2fb1b13d7cf2805d3c81947761cde6501 Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Tue, 5 Jul 2022 14:55:39 +0200 Subject: [PATCH] Tests: add names to behaviors. The 'name' property may become required. See https://github.com/plone/plone.dexterity/issues/169 --- news/169.bugfix | 1 + src/plone/restapi/testing.zcml | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 news/169.bugfix diff --git a/news/169.bugfix b/news/169.bugfix new file mode 100644 index 0000000000..806561cd37 --- /dev/null +++ b/news/169.bugfix @@ -0,0 +1 @@ +Tests: add names to behaviors. [maurits] \ No newline at end of file diff --git a/src/plone/restapi/testing.zcml b/src/plone/restapi/testing.zcml index ca719afcdb..d1cd9a2dbb 100644 --- a/src/plone/restapi/testing.zcml +++ b/src/plone/restapi/testing.zcml @@ -18,6 +18,7 @@ />