fix(server): add create medium post test missing params (#7497)

This commit is contained in:
Nicholas Tindle
2024-07-18 22:28:43 -05:00
committed by GitHub
parent 057d0848ef
commit e1795b8216

View File

@@ -74,6 +74,8 @@ class CreateMediumPostBlock(Block):
"content": "<h1>Test Content</h1><p>This is a test post.</p>",
"content_format": "html",
"tags": ["test", "automation"],
"license": "all-rights-reserved",
"notify_followers": False,
"publish_status": "draft",
"api_key": "your_test_api_key",
},