Skip to content

Commit

Permalink
adapt tests to the new addon file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed May 8, 2024
1 parent 117a05a commit 223af69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_project_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
import pytest

CACHE_FILES = [
"backend/src/ploneorgbr/src/ploneorgbr/profiles/default/registry/plone.cachepurging.interfaces.ICachePurgingSettings.xml",
"backend/src/ploneorgbr/src/ploneorgbr/profiles/default/registry/plone.caching.interfaces.ICacheSettings.xml",
"backend/src/ploneorgbr/src/ploneorgbr/profiles/default/registry/plone.base.interfaces.controlpanel.IMailSchema.xml",
"backend/src/ploneorgbr/src/ploneorgbr/profiles/default/registry/plone.base.interfaces.controlpanel.ISiteSchema.xml",
"backend/src/ploneorgbr/src/ploneorgbr/profiles/default/registry/plone.i18n.interfaces.ILanguageSchema.xml",
"devops/varnish/Dockerfile",
"devops/varnish/etc/varnish.vcl",
]
Expand Down

0 comments on commit 223af69

Please sign in to comment.