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