fix #1655: ensure path suffix '/' exists

This commit is contained in:
lilong.129
2023-07-23 10:33:46 +08:00
parent e212ccf0b9
commit dbf76eca4b
9 changed files with 257 additions and 20 deletions
@@ -38,7 +38,7 @@
{
"check": "body.url",
"assert": "equals",
"expect": "https://postman-echo.com/post",
"expect": "https://postman-echo.com/post/",
"msg": "assert response body url"
}
]