mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-10 07:38:04 -05:00
fix(server): add create medium post test missing params (#7497)
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user