diff --git a/middleware/session/session_test.go b/middleware/session/session_test.go index d4fd4e74..aa7551eb 100644 --- a/middleware/session/session_test.go +++ b/middleware/session/session_test.go @@ -129,11 +129,6 @@ func Test_Session_Types(t *testing.T) { // the session string is no longer be 123 newSessionIDString := sess.ID() - app.ReleaseCtx(ctx) - ctx = app.AcquireCtx(&fasthttp.RequestCtx{}) - - ctx.Request().Header.SetCookie(store.sessionName, newSessionIDString) - type User struct { Name string }