updated auth key string

This commit is contained in:
Anshul Sinha 2025-03-29 23:02:18 +05:30
parent 5ecb9af8e5
commit 7493d8adbb

View File

@ -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,