Skip to content

Commit 867252c

Browse files
test: on_target: small fix location
Small fix for location test. Signed-off-by: Giacomo Dematteis <giacomo.dematteis@nordicsemi.no>
1 parent e611e83 commit 867252c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/on_target/tests/test_functional/test_location.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ def run_location(t91x_board, hex_file, location_method):
3737

3838
patterns_location = ["Wi-Fi and cellular methods combined"] if location_method == "Wi-Fi" else []
3939
patterns_location = patterns_location + [
40-
"location_event_handler: Got location: lat:",
41-
"Location search done"]
40+
"location_event_handler: Got location: lat:"]
4241

4342
# Cloud connection
4443
t91x_board.uart.flush()

0 commit comments

Comments
 (0)