mirror of
https://gitlab.com/itsulu-odoo/itsulu-blog-publisher.git
synced 2026-05-30 23:41:23 +00:00
fix: remove problematic body field from blog_post factory
This commit is contained in:
parent
4f30756fc5
commit
f246f2deae
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ class BlogPublisherFactory:
|
|||
'blog_id': blog.id,
|
||||
'website_published': False,
|
||||
'is_published': False,
|
||||
'body': '<p>Test body content for blog post.</p>',
|
||||
'website_meta_title': '',
|
||||
'website_meta_description': '',
|
||||
'website_meta_keywords': '',
|
||||
|
|
|
|||
Loading…
Reference in a new issue