Skip to content

Commit d95a339

Browse files
committed
Update tests/qunit/fixtures/wp-api-generated.js.
1 parent cec47ab commit d95a339

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12760,6 +12760,7 @@ mockedApiResponse.Schema = {
1276012760
"client_id": {
1276112761
"minimum": 1,
1276212762
"minLength": 1,
12763+
"maxLength": 32,
1276312764
"required": true,
1276412765
"type": [
1276512766
"string",
@@ -12876,6 +12877,7 @@ mockedApiResponse.Schema = {
1287612877
"client_id": {
1287712878
"minimum": 1,
1287812879
"minLength": 1,
12880+
"maxLength": 32,
1287912881
"required": true,
1288012882
"type": [
1288112883
"string",

0 commit comments

Comments
 (0)