From 3989c33053b992e53d506cbd8dcbb4e0064a08d2 Mon Sep 17 00:00:00 2001 From: Trey Moen Date: Tue, 20 May 2025 16:23:49 -0700 Subject: [PATCH] org --- system/hardware/tici/tests/test_esim.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/system/hardware/tici/tests/test_esim.py b/system/hardware/tici/tests/test_esim.py index f4d18f45f3..439011086b 100644 --- a/system/hardware/tici/tests/test_esim.py +++ b/system/hardware/tici/tests/test_esim.py @@ -3,8 +3,10 @@ import pytest from openpilot.system.hardware import TICI from openpilot.system.hardware.tici.esim import LPA2, LPAProfileNotFoundError +# https://euicc-manual.osmocom.org/docs/rsp/known-test-profile TEST_ACTIVATION_CODE = 'LPA:1$rsp.truphone.com$QRF-BETTERROAMING-PMRDGIR2EARDEIT5' TEST_ICCID = '8944476500001944011' + TEST_NICKNAME = 'test_profile' def cleanup(): @@ -18,9 +20,6 @@ def cleanup(): assert len(lpa.list_notifications()) == 0 class TestEsim: - """ - https://euicc-manual.osmocom.org/docs/rsp/known-test-profile - """ @classmethod def setup_class(cls):