Skip to content

Commit cf68f93

Browse files
authored
Update redirect_test.go
1 parent b17b5ad commit cf68f93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redirect_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ func Test_Redirect_To(t *testing.T) {
1919
t.Parallel()
2020
app := New()
2121
c := app.AcquireCtx(&fasthttp.RequestCtx{})
22+
defer app.ReleaseCtx(c)
2223

2324
err := c.Redirect().To("http://default.com")
2425
require.NoError(t, err)

0 commit comments

Comments
 (0)