mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[11.0][MIG] Standard Migration
This commit is contained in:
committed by
Pedro M. Baeza
parent
a02a7008ee
commit
919a24f5d0
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user