aboutsummaryrefslogtreecommitdiff
path: root/unittest/test_pro.py
diff options
context:
space:
mode:
Diffstat (limited to 'unittest/test_pro.py')
-rw-r--r--unittest/test_pro.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/test_pro.py b/unittest/test_pro.py
index 3f1cb8d..d26aa7c 100644
--- a/unittest/test_pro.py
+++ b/unittest/test_pro.py
@@ -1018,7 +1018,7 @@ def test_bootloader_run_pro_wrong_password(C):
@pytest.mark.firmware
def test_bootloader_run_pro(C):
# Not enabled due to lack of side-effect removal at this point
- assert C.NK_enable_firmware_update_pro(DefaultPasswords.UPDATE) == DeviceErrorCode.STATUS_OK
+ assert C.NK_enable_firmware_update_pro(DefaultPasswords.UPDATE) == DeviceErrorCode.STATUS_DISCONNECTED
@pytest.mark.firmware