[11.0][MIG] Standard Migration

This commit is contained in:
Marçal Isern
2017-11-14 16:51:57 +01:00
committed by Pedro M. Baeza
parent a02a7008ee
commit 919a24f5d0
5 changed files with 12 additions and 10 deletions

View File

@@ -39,7 +39,7 @@ class TestWebFavicon(TransactionCase):
# our own icon
company.write({
'favicon_backend': base64.b64encode(file_open(
'web_favicon/static/description/icon.png').read()),
'web_favicon/static/description/icon.png', 'rb').read()),
'favicon_backend_mimetype': 'image/png',
})
data = WebFavicon().icon()