aboutsummaryrefslogtreecommitdiff
path: root/tests/util
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2019-01-03 11:07:07 -0800
committerRobin Krahl <robin.krahl@ireas.org>2019-01-05 10:28:43 +0100
commit7645f3964cf8060181b8fac130686e09959f00e1 (patch)
tree8e8f07f459870a5ebc8369a741aac3c86cceb88a /tests/util
parent0b3275f44306f96d41a306d8a753ec76be020d05 (diff)
downloadnitrokey-rs-7645f3964cf8060181b8fac130686e09959f00e1.tar.gz
nitrokey-rs-7645f3964cf8060181b8fac130686e09959f00e1.tar.bz2
Adjust PWS tests to use nitrokey-test crate
This change adjusts the PWS tests to use the nitrokey-test crate.
Diffstat (limited to 'tests/util')
-rw-r--r--tests/util/mod.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/util/mod.rs b/tests/util/mod.rs
index 5e495d8..1e522fd 100644
--- a/tests/util/mod.rs
+++ b/tests/util/mod.rs
@@ -1,9 +1,3 @@
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;