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() pytest.skip()
cleanup() cleanup()
def teardown_class(self): @classmethod
def teardown_class(cls):
cleanup() cleanup()
def test_provision_enable_disable(self): def test_provision_enable_disable(self):

Loading…
Cancel
Save