Skip to content

Commit f1e3440

Browse files
committed
Fix test double-encoded
1 parent 8a15ed7 commit f1e3440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/main/table_inheritance.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ Feature: Table inheritance
538538
},
539539
"@id": {
540540
"type": "string",
541-
"pattern": "^/resource_interfaces/single%2520item$"
541+
"pattern": "^/resource_interfaces/single%20item$"
542542
},
543543
"@type": {
544544
"type": "string",

0 commit comments

Comments
 (0)