Skip to content

Commit 30fde4b

Browse files
tests: on_target: small fix shell test
Small fix. Signed-off-by: Giacomo Dematteis <giacomo.dematteis@nordicsemi.no>
1 parent fc93fd6 commit 30fde4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/on_target/tests/test_functional/test_shell.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ def test_shell(dut_cloud, hex_file):
2323

2424
patterns_boot = [
2525
"Connected to Cloud",
26-
"main: requesting_sensors_and_polling_entry: Next trigger in"
26+
"main: wait_for_trigger_entry: Next trigger in"
2727
]
2828
patterns_button_press = [
29-
"main: requesting_location_entry: requesting_location_entry",
29+
"main: sample_data_entry: sample_data_entry",
3030
]
3131
patterns_cloud_publish = [
3232
'Sending on payload channel: {"messageType":"DATA","appId":"donald","data":"duck"',

0 commit comments

Comments
 (0)