From c4e2c4f7cba406b74ae2ffc4b174b44bf83670ce Mon Sep 17 00:00:00 2001 From: Ryan Friedman Date: Fri, 10 Nov 2023 08:56:18 -0700 Subject: [PATCH] Tools: Expect different GSOF detection string Signed-off-by: Ryan Friedman --- Tools/autotest/vehicle_test_suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/autotest/vehicle_test_suite.py b/Tools/autotest/vehicle_test_suite.py index 9985b72ea1..d8eb3fb015 100644 --- a/Tools/autotest/vehicle_test_suite.py +++ b/Tools/autotest/vehicle_test_suite.py @@ -13181,7 +13181,7 @@ switch value''' (6, "SBP", None, "SBP", 5, 'detected'), # (7, "SBP2", 9, "SBP2", 5), # broken, "waiting for config data" (8, "NOVA", 15, "NOVA", 5, 'detected'), # no attempt to auto-detect this in AP_GPS - (11, "GSOF", 11, "GSOF", 5, 'detected'), + (11, "GSOF", 11, "GSOF", 5, 'specified'), # no attempt to auto-detect this in AP_GPS (19, "MSP", 19, "MSP", 32, 'specified'), # no attempt to auto-detect this in AP_GPS # (9, "FILE"), ]