samples: sensor: die_temp_polling: add @ symbol to regex

Added @ symbol for when address of dietemp sensor is printed

Signed-off-by: Pavlo Havrylyuk <pavlo.havrylyuk@infineon.com>
This commit is contained in:
Pavlo Havrylyuk 2023-09-11 20:20:33 -07:00 committed by Fabio Baltieri
commit dfd3d6e6cb

View file

@ -12,4 +12,4 @@ tests:
harness_config:
type: one_line
regex:
- "CPU Die temperature\\[[A-Za-z0-9_]+\\]: [1-9][0-9].[0-9] °C"
- "CPU Die temperature\\[[A-Za-z0-9_@]+\\]: [1-9][0-9].[0-9] °C"