mirror of
https://github.com/gofiber/fiber.git
synced 2025-04-27 21:25:34 +00:00
updated auth key string
This commit is contained in:
parent
5ecb9af8e5
commit
7493d8adbb
@ -12,7 +12,7 @@ import (
|
|||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
)
|
)
|
||||||
|
|
||||||
const CorrectKey = "specials: !$%,.#\"!?~`<>@$^*(){}[]|/\\123"
|
const CorrectKey = "specials: !$%,.#!?~`<>@$^*(){}[]|/123"
|
||||||
|
|
||||||
var testConfig = fiber.TestConfig{
|
var testConfig = fiber.TestConfig{
|
||||||
Timeout: 0,
|
Timeout: 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user