Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vangheem committed Jun 8, 2015
1 parent 1fff5b4 commit d3bfc9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plone/app/layout/viewlets/social.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ def update(self):
dict(name="twitter:image", content=url),
dict(property="og:image", content=url),
dict(itemprop="image", content=url),
dict(property="og:image:type", content=url)
dict(property="og:image:type", content='image/png')
])
2 changes: 1 addition & 1 deletion plone/app/layout/viewlets/tests/test_social.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ def testLogo(self):
viewlet.update()
self.assertTrue(
self.tagFound(viewlet, 'property',
'og:image:type', 'http://nohost/plone/logo.png'))
'og:image', 'http://nohost/plone/logo.png'))

0 comments on commit d3bfc9f

Please sign in to comment.