fix: remove problematic body field from blog_post factory

This commit is contained in:
Nicholas Riegel 2026-05-29 23:18:53 -04:00
parent 4f30756fc5
commit f246f2deae

View file

@ -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': '',