mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
fix #1655: ensure path suffix '/' exists
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user