Coverage for templates

This commit is contained in:
Oliver Falk
2018-05-23 11:58:50 +02:00
parent 163299bb26
commit b2256090ca
4 changed files with 13 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ class Photo(BaseAccountModel):
image_url = gravatar['image_url']
if not image_url:
return False
return False # pragma: no cover
try:
image = urlopen(image_url)
# No idea how to test this