Skip to content

Commit

Permalink
fix last test
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTango committed Jun 8, 2022
1 parent 8e23b0a commit bf3670e
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 @@ -344,7 +344,7 @@ def test_image_captioning_in_news_item(self):

def test_image_captioning_absolutizes_uncaptioned_image(self):
text_in = """<img src="/image.jpg" />"""
text_out = """<img alt="" height="331" src="http://nohost/plone/image.jpg" title="Image" width="500"/>"""
text_out = """<img alt="" height="331" src="http://nohost/plone/....jpg" title="Image" width="500"/>"""
self._assertTransformsTo(text_in, text_out)

def test_image_captioning_absolute_path(self):
Expand Down

0 comments on commit bf3670e

Please sign in to comment.