Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a4e1313 authored by Rahul Arya's avatar Rahul Arya Committed by Automerger Merge Worker
Browse files

[Pandora] Hotfix for pts-bot HFP breakage am: 3899bac3 am: c259b804 am: a0e55d38

parents 1d5f288d a0e55d38
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -187,8 +187,7 @@ class IUT:
        # Handles HFP MMIs.
        # Handles HFP MMIs.
        if profile in ('HFP'):
        if profile in ('HFP'):
            if not self._hfp:
            if not self._hfp:
                self._hfp = HFPProxy(test, grpc.insecure_channel(f'localhost:{self.pandora_server_port}'),
                self._hfp = HFPProxy(grpc.insecure_channel(f'localhost:{self.pandora_server_port}'))
                                     self.rootcanal, self.modem)
            return self._hfp.interact(test, interaction, description, pts_address)
            return self._hfp.interact(test, interaction, description, pts_address)
        # Handles HID MMIs.
        # Handles HID MMIs.
        if profile in ('HID'):
        if profile in ('HID'):