Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eikichi18 committed Jun 14, 2024
1 parent 681c866 commit b6e8eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/design/plone/contenttypes/tests/test_ct_persona.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def test_atto_di_nomina_incarico(self):
)
commit()
atto_nomina = api.content.create(
container=incarico, type="Documento", title="Atto di nomina"
container=self.portal, type="Documento", title="Atto di nomina"
)
commit()
intids = getUtility(IIntIds)
Expand Down

0 comments on commit b6e8eeb

Please sign in to comment.