Skip to content

Commit 35fd603

Browse files
committed
Fix tests
1 parent bfdc421 commit 35fd603

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

backend/tests/registration/test_distribution.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class TestDistribution:
1414
"description",
1515
"Site created with A CMS solution for public websites. Created by kitconcept.", # noQA: E501
1616
),
17-
("exclude_from_nav", False),
1817
],
1918
)
2019
def test_plone_site_attributes(self, portal, attr, expected):

backend/tests/registration/test_registration.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ def test_distribution_has_post_handler(self):
4242
@pytest.mark.parametrize(
4343
"profile",
4444
[
45-
"plone.app.contenttypes:default",
46-
"plonetheme.barceloneta:default",
45+
"kitconcept.website:default",
4746
],
4847
)
4948
def test_distribution_profiles(self, profile):

0 commit comments

Comments
 (0)