Closed mawHBT closed 1 year ago
If sourcecode contains ${, e.g. like in @KafkaListener(topics = "${kafka.chargingStationEventTopic}"...), sourcecode is not shown in action for a specific test. ${ is JavaScript-syntax, which probably causes the error.
${
@KafkaListener(topics = "${kafka.chargingStationEventTopic}"...)
No response
Thanks for the report. This should be fixed by https://github.com/DaGeRe/peass/commit/4f0c0b61e5fb7b4d6c95eae61f28dcbc75e20a01 - can you test it?
This seems to work now.
What feature do you want to see added?
If sourcecode contains
${
, e.g. like in@KafkaListener(topics = "${kafka.chargingStationEventTopic}"...)
, sourcecode is not shown in action for a specific test.${
is JavaScript-syntax, which probably causes the error.Upstream changes
No response