updated auth key string

pull/3379/head
Anshul Sinha 2025-03-29 23:02:18 +05:30
parent 5ecb9af8e5
commit 7493d8adbb
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,