From f88dca159686723a4b36d7750a236ff0e85a9d26 Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Mon, 31 Oct 2022 11:17:49 +0530 Subject: [PATCH] examples/efuse: fix issue with flash related commands in CI tests Relevant: https://github.com/espressif/pytest-embedded/commit/311504b98297e3838308c2e16b14859b73434b93 Closes IDFCI-1502 --- examples/system/efuse/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/system/efuse/conftest.py b/examples/system/efuse/conftest.py index 804e5c8ef4..38519a35c2 100644 --- a/examples/system/efuse/conftest.py +++ b/examples/system/efuse/conftest.py @@ -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 = []