diff --git a/hrp/internal/version/VERSION b/hrp/internal/version/VERSION index d8c336c9..8219c475 100644 --- a/hrp/internal/version/VERSION +++ b/hrp/internal/version/VERSION @@ -1 +1 @@ -v5.0.0-beta-2409252249 +v5.0.0-beta-2409252253 diff --git a/hrp/runner.go b/hrp/runner.go index 32491c13..c1eaa3ea 100644 --- a/hrp/runner.go +++ b/hrp/runner.go @@ -474,9 +474,7 @@ func (r *CaseRunner) parseConfig() (parsedConfig *TConfig, err error) { return parsedConfig, nil } -func (r *CaseRunner) parseDeviceConfig( - device interface{}, configVariables map[string]interface{}, -) error { +func (r *CaseRunner) parseDeviceConfig(device interface{}, configVariables map[string]interface{}) error { deviceValue := reflect.ValueOf(device).Elem() deviceType := deviceValue.Type() for i := 0; i < deviceType.NumField(); i++ {