fix: add "?" to validateString
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m52s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m36s

This commit was merged in pull request #276.
This commit is contained in:
2025-08-19 22:09:40 +02:00
parent cee533694c
commit 01d459e913
2 changed files with 1 additions and 2 deletions

View File

@@ -1862,7 +1862,6 @@ func TestIntegrationAccount(t *testing.T) {
">": 400,
"/": 400,
"\\": 400,
"?": 400,
":": 400,
"*": 400,
"|": 400,