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,
|
'blog_id': blog.id,
|
||||||
'website_published': False,
|
'website_published': False,
|
||||||
'is_published': False,
|
'is_published': False,
|
||||||
'body': '<p>Test body content for blog post.</p>',
|
|
||||||
'website_meta_title': '',
|
'website_meta_title': '',
|
||||||
'website_meta_description': '',
|
'website_meta_description': '',
|
||||||
'website_meta_keywords': '',
|
'website_meta_keywords': '',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue