mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-02 14:29:44 +08:00
fix: failed to assert when int is compared with int64 #1232
This commit is contained in:
@@ -117,7 +117,7 @@ func (p *Parser) Parse(raw interface{}, variablesMapping map[string]interface{})
|
||||
return parsedMap, nil
|
||||
default:
|
||||
// other types, e.g. nil, int, float, bool
|
||||
return raw, nil
|
||||
return builtin.TypeNormalization(raw), nil
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user