Commit 461dd37
committed
update echox tests to work with normalized paths
An update in v4.12.0 introduced normalized paths which ensures
empty paths or paths without a prefixed `/` start with a `/`.
This is something we ran into previously which is why we had these tests.
Now that these routes are handled properly, we needed to update our tests
as all paths are prefixed with `/` now.
Relevant PR: labstack/echo#2616
Signed-off-by: Mike Mason <[email protected]>1 parent f3cc20b commit 461dd37
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
286 | | - | |
| 285 | + | |
| 286 | + | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| |||
0 commit comments