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:
@@ -71,7 +71,7 @@ func ValidateAllClientConfig(c *v1.ClientCommonConfig, pxyCfgs []v1.ProxyConfigu
|
||||
warning, err := ValidateClientCommonConfig(c)
|
||||
warnings = AppendError(warnings, warning)
|
||||
if err != nil {
|
||||
return err, warnings
|
||||
return warnings, err
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user