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

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

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

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