reverted CorretKey value

pull/3379/head
Anshul Sinha 2025-04-01 19:47:55 +05:30
parent 1e8700af58
commit 21bde45dc7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import (
"github.com/stretchr/testify/require"
)
const CorrectKey = "specials: !$%.#!?~`<>@$^*(){}[]|/123"
const CorrectKey = "specials: !$%,.#\"!?~`<>@$^*(){}[]|/\\123"
var testConfig = fiber.TestConfig{
Timeout: 0,