examples/efuse: fix issue with flash related commands in CI tests

Relevant:
https://github.com/espressif/pytest-embedded/commit/311504b98297e3838308c2e16b14859b73434b93

Closes IDFCI-1502
This commit is contained in:
Mahavir Jain
2022-10-31 11:17:49 +05:30
parent 6481f821a2
commit f88dca1596
+1 -1
View File
@@ -15,7 +15,7 @@ from pytest_embedded_idf.serial import IdfSerial
# which is required only for this test
class EfuseFlashEncSerial(IdfSerial):
@IdfSerial.use_esptool
@IdfSerial.use_esptool()
def write_flash_no_enc(self) -> None:
self.app.flash_settings['encrypt'] = False
flash_files = []