aboutsummaryrefslogtreecommitdiff
path: root/tests/util/mod.rs
blob: 5e495d8d384dafe37354f88e7aca8b0a6e978389 (plain)
1
2
3
4
5
6
7
8
9
pub static ADMIN_PASSWORD: &str = "12345678";
pub static UPDATE_PIN: &str = "12345678";
pub static USER_PASSWORD: &str = "123456";

#[cfg(not(feature = "test-storage"))]
pub type Target = nitrokey::Pro;

#[cfg(feature = "test-storage")]
pub type Target = nitrokey::Storage;