Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTango committed Jun 3, 2022
1 parent 76705bb commit f734494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/outputfilters/tests/test_resolveuid_and_caption.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def test_image_captioning_in_news_item(self):
news_item = self.portal['a-news-item']
from plone.app.textfield.value import RichTextValue
news_item.text = RichTextValue(
'<span><img class="captioned" src="image.jpg"/></span>',
'<span><picture class="captioned"><img src="image.jpg"/></picture></span>',
'text/html', 'text/x-html-safe')
news_item.setDescription("Description.")

Expand Down

0 comments on commit f734494

Please sign in to comment.