mirror of
https://github.com/labstack/echo.git
synced 2025-06-17 00:17:36 +02:00
apply go fmt (#1788)
This commit is contained in:
@ -247,7 +247,6 @@ func TestProxyRewriteRegex(t *testing.T) {
|
|||||||
{"/y/foo/bar", http.StatusOK, "/v5/bar/foo"},
|
{"/y/foo/bar", http.StatusOK, "/v5/bar/foo"},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
for _, tc := range testCases {
|
for _, tc := range testCases {
|
||||||
t.Run(tc.requestPath, func(t *testing.T) {
|
t.Run(tc.requestPath, func(t *testing.T) {
|
||||||
req.URL, _ = url.Parse(tc.requestPath)
|
req.URL, _ = url.Parse(tc.requestPath)
|
||||||
|
Reference in New Issue
Block a user