ci(espefuse_test): Comply with esptool v4.8

This commit is contained in:
Radim Karniš
2024-08-22 16:12:16 +02:00
parent d27cf6d00c
commit 4ccdc51b07

View File

@@ -428,7 +428,6 @@ class TestEFuseCommands(TestWrapperCommands):
self.assertIn('BLOCK1', output)
self.assertIn('BLOCK2', output)
self.assertIn('BLOCK3', output)
self.assertIn('read_regs', output)
def test_efuse_read_protect(self):
read_protect_command = [sys.executable, idf_py_path, 'efuse-read-protect', '--virt', '--do-not-confirm']