Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-bellenghi committed Apr 12, 2024
1 parent b6d42f0 commit aff8617
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changelog
5.0.9 (unreleased)
------------------

- Nothing changed yet.
- Fix test
[lucabel]


5.0.8 (2024-04-11)
Expand Down
3 changes: 3 additions & 0 deletions src/design/plone/policy/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import collective.volto.socialsettings
import collective.volto.subfooter
import collective.volto.subsites
import collective.volto.slimheader
import collective.z3cform.datagridfield
import design.plone.contenttypes
import design.plone.policy
Expand Down Expand Up @@ -50,6 +51,7 @@ def setUpZope(self, app, configurationContext):
self.loadZCML(package=collective.volto.subsites)
self.loadZCML(package=redturtle.voltoplugin.editablefooter)
self.loadZCML(package=collective.volto.subfooter)
self.loadZCML(package=collective.volto.slimheader)
self.loadZCML(package=collective.taxonomy)
self.loadZCML(package=eea.api.taxonomy)
self.loadZCML(name="overrides.zcml", package=design.plone.contenttypes)
Expand Down Expand Up @@ -106,6 +108,7 @@ def setUpZope(self, app, configurationContext):
self.loadZCML(package=collective.volto.subsites)
self.loadZCML(package=redturtle.voltoplugin.editablefooter)
self.loadZCML(package=collective.volto.subfooter)
self.loadZCML(package=collective.volto.slimheader)
self.loadZCML(package=redturtle.volto)
self.loadZCML(package=collective.taxonomy)
self.loadZCML(package=eea.api.taxonomy)
Expand Down

0 comments on commit aff8617

Please sign in to comment.