Remove unneeded properties on create_blog
This commit is contained in:
@@ -133,9 +133,7 @@ def create_blog(proj_url):
|
|||||||
'node_type': node_type_blog['name'],
|
'node_type': node_type_blog['name'],
|
||||||
'name': 'Blog',
|
'name': 'Blog',
|
||||||
'description': '',
|
'description': '',
|
||||||
'properties': {
|
'properties': {},
|
||||||
'status': 'published',
|
|
||||||
},
|
|
||||||
'project': proj_id,
|
'project': proj_id,
|
||||||
}
|
}
|
||||||
r, _, _, status = current_app.post_internal('nodes', blog)
|
r, _, _, status = current_app.post_internal('nodes', blog)
|
||||||
|
Reference in New Issue
Block a user