diff --git a/src/px4_connection/test/test_failsafe_enabled.py b/src/px4_connection/test/test_failsafe_enabled.py index aaee247c..3efe0728 100644 --- a/src/px4_connection/test/test_failsafe_enabled.py +++ b/src/px4_connection/test/test_failsafe_enabled.py @@ -155,6 +155,6 @@ class TestPx4Failsafe(unittest.TestCase): arm_future.add_done_callback(self.arm_service_callback) else: break - finally + finally: self.node.destroy_client(failsafe_client) self.node.destroy_client(arm_client) \ No newline at end of file