fix integration test errors

This commit is contained in:
Anish Mukherjee 2022-12-13 11:32:07 +05:30
parent 72687b9a0f
commit ca2fb67490

View file

@ -5,10 +5,7 @@ import (
"regexp"
)
var (
errInvalidNodeName = errors.New("Node name must be alphanumderic and/or dashes")
errInvalidExtClientID = errors.New("Ext client ID must be alphanumderic and/or dashes")
)
var errInvalidExtClientID = errors.New("ext client ID must be alphanumderic and/or dashes")
// allow only dashes and alphaneumeric for ext client and node names
func validName(name string) bool {