Skip to content

Commit 92e376a

Browse files
fix: update qunit fixtures
1 parent 5269f4d commit 92e376a

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10200,6 +10200,15 @@ mockedApiResponse.Schema = {
1020010200
"minLength": 1,
1020110201
"pattern": ".*\\S.*",
1020210202
"required": true
10203+
},
10204+
"expires": {
10205+
"description": "The GMT date the application password expires.",
10206+
"type": [
10207+
"string",
10208+
"null"
10209+
],
10210+
"format": "date-time",
10211+
"required": false
1020310212
}
1020410213
}
1020510214
},
@@ -10295,6 +10304,15 @@ mockedApiResponse.Schema = {
1029510304
"minLength": 1,
1029610305
"pattern": ".*\\S.*",
1029710306
"required": false
10307+
},
10308+
"expires": {
10309+
"description": "The GMT date the application password expires.",
10310+
"type": [
10311+
"string",
10312+
"null"
10313+
],
10314+
"format": "date-time",
10315+
"required": false
1029810316
}
1029910317
}
1030010318
},

0 commit comments

Comments
 (0)