Skip to content

Commit 8e5e7eb

Browse files
committed
Update test fixture
1 parent 4251ec5 commit 8e5e7eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

__tests__/fixtures/spec.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@
454454
"name": "userId",
455455
"required": true,
456456
"schema": {
457+
"pattern": "[^\\/#\\?]+?",
457458
"type": "string"
458459
}
459460
},
@@ -462,6 +463,7 @@
462463
"name": "postId",
463464
"required": true,
464465
"schema": {
466+
"pattern": "[^\\/#\\?]+?",
465467
"type": "string"
466468
}
467469
}
@@ -592,6 +594,7 @@
592594
"name": "userId",
593595
"required": true,
594596
"schema": {
597+
"pattern": "[^\\/#\\?]+?",
595598
"type": "string"
596599
}
597600
}

0 commit comments

Comments
 (0)