mirror of https://github.com/gofiber/fiber.git
updated auth key string
parent
5ecb9af8e5
commit
7493d8adbb
|
@ -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