aboutsummaryrefslogtreecommitdiff
path: root/tests/util/mod.rs
blob: c2c94e2a401feb54595b7e70332866ad1cf10a5e (plain)
1
2
3
4
5
6
7
8
pub static ADMIN_PASSWORD: &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;