aboutsummaryrefslogtreecommitdiff
path: root/unittest/constants.py
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2018-11-22 12:40:41 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2018-11-22 12:40:41 +0100
commit57773ad5f7b6eb5e6a2020dd1bd4264bdd823808 (patch)
treed80d7a5da0d66c435e6d338aa8651f5a9ce76b25 /unittest/constants.py
parentef171dfd5bf23da606597a251c327ad2c52ec7b8 (diff)
parent3a2ee6c368a8233946473e60baa05c54eb822802 (diff)
downloadlibnitrokey-57773ad5f7b6eb5e6a2020dd1bd4264bdd823808.tar.gz
libnitrokey-57773ad5f7b6eb5e6a2020dd1bd4264bdd823808.tar.bz2
Merge branch 'tests_update'
Adding corrections found while testing Storage v0.53 RC1.
Diffstat (limited to 'unittest/constants.py')
-rw-r--r--unittest/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/unittest/constants.py b/unittest/constants.py
index 3fb444a..714c8c6 100644
--- a/unittest/constants.py
+++ b/unittest/constants.py
@@ -48,6 +48,7 @@ class DeviceErrorCode:
WRONG_PASSWORD = 4
STATUS_NOT_AUTHORIZED = 5
STATUS_AES_DEC_FAILED = 0xa
+ STATUS_UNKNOWN_ERROR = 100
class LibraryErrors: