Tests: Revert `wp-api-generated.js` change added in [43571].

The fixtures file was accidentally included in [43571], but that caused other tests to fail.

See #39122.



git-svn-id: https://develop.svn.wordpress.org/trunk@43572 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2018-08-17 04:11:48 +00:00
parent a75d153eee
commit 63acd3caaa
1 changed files with 4 additions and 18 deletions

View File

@ -4286,11 +4286,7 @@ mockedApiResponse.CategoriesCollection = [
"taxonomy": "category",
"parent": 0,
"meta": {
"test_single": "",
"test_multi": [],
"meta_key": "",
"test_cat_single": "",
"test_cat_multi": []
"meta_key": ""
},
"_links": {
"self": [
@ -4334,11 +4330,7 @@ mockedApiResponse.CategoryModel = {
"taxonomy": "category",
"parent": 0,
"meta": {
"test_single": "",
"test_multi": [],
"meta_key": "",
"test_cat_single": "",
"test_cat_multi": []
"meta_key": ""
}
};
@ -4352,10 +4344,7 @@ mockedApiResponse.TagsCollection = [
"slug": "restapi-client-fixture-tag",
"taxonomy": "post_tag",
"meta": {
"test_single": "",
"test_multi": [],
"meta_key": "meta_value",
"test_tag_meta": ""
"meta_key": "meta_value"
},
"_links": {
"self": [
@ -4398,10 +4387,7 @@ mockedApiResponse.TagModel = {
"slug": "restapi-client-fixture-tag",
"taxonomy": "post_tag",
"meta": {
"test_single": "",
"test_multi": [],
"meta_key": "meta_value",
"test_tag_meta": ""
"meta_key": "meta_value"
}
};