Skip to content

Commit 17ff108

Browse files
Update wp-api fixture
1 parent c2fc10c commit 17ff108

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

tests/qunit/fixtures/wp-api-generated.js

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11654,7 +11654,18 @@ mockedApiResponse.Schema = {
1165411654
"meta": {
1165511655
"description": "Meta fields.",
1165611656
"type": "object",
11657-
"properties": [],
11657+
"properties": {
11658+
"_wp_note_status": {
11659+
"type": "string",
11660+
"title": "",
11661+
"description": "Note resolution status",
11662+
"default": "",
11663+
"enum": [
11664+
"resolved",
11665+
"reopen"
11666+
]
11667+
}
11668+
},
1165811669
"required": false
1165911670
}
1166011671
}
@@ -11801,7 +11812,18 @@ mockedApiResponse.Schema = {
1180111812
"meta": {
1180211813
"description": "Meta fields.",
1180311814
"type": "object",
11804-
"properties": [],
11815+
"properties": {
11816+
"_wp_note_status": {
11817+
"type": "string",
11818+
"title": "",
11819+
"description": "Note resolution status",
11820+
"default": "",
11821+
"enum": [
11822+
"resolved",
11823+
"reopen"
11824+
]
11825+
}
11826+
},
1180511827
"required": false
1180611828
}
1180711829
}
@@ -15480,6 +15502,7 @@ mockedApiResponse.CommentsCollection = [
1548015502
"96": "https://secure.gravatar.com/avatar/9ca51ced0b389ffbeba3d269c6d824be664c84fa1b35503282abdd302e1f417c?s=96&d=mm&r=g"
1548115503
},
1548215504
"meta": {
15505+
"_wp_note_status": null,
1548315506
"meta_key": "meta_value"
1548415507
},
1548515508
"_links": {
@@ -15534,6 +15557,7 @@ mockedApiResponse.CommentModel = {
1553415557
"96": "https://secure.gravatar.com/avatar/9ca51ced0b389ffbeba3d269c6d824be664c84fa1b35503282abdd302e1f417c?s=96&d=mm&r=g"
1553515558
},
1553615559
"meta": {
15560+
"_wp_note_status": null,
1553715561
"meta_key": "meta_value"
1553815562
}
1553915563
};

0 commit comments

Comments
 (0)