diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2017-04-15 15:37:35 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2017-05-25 13:34:55 +0200 |
commit | 76c8be835cdffea725616ea0a9e59ad54f833d11 (patch) | |
tree | 8abca27935ea36965fb46da8643567d737bb850d /unittest/test_pro.py | |
parent | b44b15f5c69c0cebdf2ce3a7005ed044d67de56b (diff) | |
download | libnitrokey-update_tests.tar.gz libnitrokey-update_tests.tar.bz2 |
Update Python testsupdate_tests
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'unittest/test_pro.py')
-rw-r--r-- | unittest/test_pro.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unittest/test_pro.py b/unittest/test_pro.py index 3f1f0a3..e706b1a 100644 --- a/unittest/test_pro.py +++ b/unittest/test_pro.py @@ -759,8 +759,8 @@ def test_edit_OTP_slot(C): """ should change slots counter and name without changing its secret (using null secret for second update) """ - # counter is not getting updated under Storage v0.43 - #TOREPORT - skip_if_device_version_lower_than({'S': 44, 'P': 7}) + # counter is not getting updated under Storage v0.43 - #REPORTED + skip_if_device_version_lower_than({'S': 45, 'P': 7}) secret = RFC_SECRET counter = 0 |