aboutsummaryrefslogtreecommitdiff
path: root/tests/util/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/util/mod.rs')
-rw-r--r--tests/util/mod.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/util/mod.rs b/tests/util/mod.rs
index 257586e..c2c94e2 100644
--- a/tests/util/mod.rs
+++ b/tests/util/mod.rs
@@ -1,10 +1,7 @@
pub static ADMIN_PASSWORD: &str = "12345678";
pub static USER_PASSWORD: &str = "123456";
-#[cfg(feature = "test-no-device")]
-pub type Target = nitrokey::Pro;
-
-#[cfg(feature = "test-pro")]
+#[cfg(not(feature = "test-storage"))]
pub type Target = nitrokey::Pro;
#[cfg(feature = "test-storage")]