diff --git a/cases/security_test.py b/cases/security_test.py index 105df82..4f80162 100644 --- a/cases/security_test.py +++ b/cases/security_test.py @@ -194,7 +194,7 @@ async def bredr_connect( self.ref.log.info( f"Role switch to: {'`CENTRAL`' if role == HCI_CENTRAL_ROLE else '`PERIPHERAL`'}" ) - await ref_dut_raw.switch_role(role) + await ref_dut_raw.switch_role(role) # Pairing. if pair == 'incoming_pairing':