mirror of https://github.com/gofiber/fiber.git
reverted CorretKey value
parent
1e8700af58
commit
21bde45dc7
|
@ -12,7 +12,7 @@ import (
|
|||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
const CorrectKey = "specials: !$%.#!?~`<>@$^*(){}[]|/123"
|
||||
const CorrectKey = "specials: !$%,.#\"!?~`<>@$^*(){}[]|/\\123"
|
||||
|
||||
var testConfig = fiber.TestConfig{
|
||||
Timeout: 0,
|
||||
|
|
Loading…
Reference in New Issue