mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-10 17:48:25 +08:00
fix integration test errors
This commit is contained in:
parent
72687b9a0f
commit
ca2fb67490
1 changed files with 1 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue