diff options
-rw-r--r-- | src/tests/otp.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/otp.rs b/src/tests/otp.rs index 8c59341..077157f 100644 --- a/src/tests/otp.rs +++ b/src/tests/otp.rs @@ -23,7 +23,7 @@ static TOTP_CODES: &[(u64, &str)] = &[ fn get_admin_test_device() -> Admin<Target> { Target::connect() - .expect("Could not connect to the Nitrokey Pro.") + .expect("Could not connect to the Nitrokey.") .authenticate_admin(ADMIN_PASSWORD) .expect("Could not login as admin.") } |