-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
backlogenhancementNew feature or requestNew feature or requestprio 2ready for verifyingsuccessfully tested
Description
Previously this code
{
"indexP" : 0,
${indexP}[${indexP}] : "newvalue"
}
caused
'Identified dynamic name of key '${indexP}[${indexP}]' that does not exist. But new keys can only be created based on hard code names.'
With latest changes of the JsonPreprocessor the error message changed to:
'expected string or bytes-like object'
Both is wrong.
Expected is:
TypeError: 'int' object does not support item assignment
Metadata
Metadata
Assignees
Labels
backlogenhancementNew feature or requestNew feature or requestprio 2ready for verifyingsuccessfully tested
Projects
Status
Done