Fixed Test Blog Category
This commit is contained in:
parent
5be6e169d5
commit
1490e76986
1 changed files with 6 additions and 2 deletions
|
|
@ -4,10 +4,14 @@
|
|||
test_records = [
|
||||
[{
|
||||
"doctype": "Blog Category",
|
||||
"category_name": "_Test Blog Category"
|
||||
"category_name": "_Test Blog Category",
|
||||
"title": "_Test Blog Category",
|
||||
"parent_website_sitemap": "blog"
|
||||
}],
|
||||
[{
|
||||
"doctype": "Blog Category",
|
||||
"category_name": "_Test Blog Category 1"
|
||||
"category_name": "_Test Blog Category 1",
|
||||
"title": "_Test Blog Category 1",
|
||||
"parent_website_sitemap": "blog"
|
||||
}]
|
||||
]
|
||||
Loading…
Add table
Reference in a new issue