diff options
Diffstat (limited to 'tests/device.rs')
-rw-r--r-- | tests/device.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/device.rs b/tests/device.rs index 4d78f12..6f21dcb 100644 --- a/tests/device.rs +++ b/tests/device.rs @@ -10,9 +10,10 @@ use nitrokey::{ }; use nitrokey_test::test as test_device; -use crate::util::{ADMIN_PASSWORD, UPDATE_PIN, USER_PASSWORD}; +use crate::util::{ADMIN_PASSWORD, USER_PASSWORD}; static ADMIN_NEW_PASSWORD: &str = "1234567890"; +static UPDATE_PIN: &str = "12345678"; static UPDATE_NEW_PIN: &str = "87654321"; static USER_NEW_PASSWORD: &str = "abcdefghij"; |