pull/35314/head
Trey Moen 4 months ago
parent d661dbf218
commit 12091ea416
  1. 3
      system/hardware/tici/tests/test_esim.py

@ -26,7 +26,8 @@ class TestEsim:
pytest.skip()
cleanup()
def teardown_class(self):
@classmethod
def teardown_class(cls):
cleanup()
def test_provision_enable_disable(self):

Loading…
Cancel
Save