v3: fix tests

pull/1925/head
Muhammed Efe Çetin 2022-05-31 17:55:08 +03:00
parent d4d2f9212f
commit 9efcefa513
No known key found for this signature in database
GPG Key ID: 0AA4D45CBAA86F73
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ func Test_Req_Header(t *testing.T) {
app := fiber.New()
app.Use(New(Config{
Format: "${header:test}",
Format: "${reqHeader:test}",
Output: buf,
}))
app.Get("/", func(c *fiber.Ctx) error {