mirror of
https://github.com/fatedier/frp.git
synced 2025-07-29 01:07:38 +00:00
add e2e tests for v1 config (#3608)
This commit is contained in:
@@ -186,7 +186,7 @@ func parseClientCommonCfgFromCmd() (*v1.ClientCommonConfig, error) {
|
||||
|
||||
cfg.Complete()
|
||||
|
||||
err, warning := validation.ValidateClientCommonConfig(cfg)
|
||||
warning, err := validation.ValidateClientCommonConfig(cfg)
|
||||
if warning != nil {
|
||||
fmt.Printf("WARNING: %v\n", warning)
|
||||
}
|
||||
|
Reference in New Issue
Block a user