aboutsummaryrefslogtreecommitdiff
path: root/tests/util/mod.rs
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-02-04 00:29:11 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-02-04 01:30:25 +0100
commit606177a61de39ba5e96390d63cff536f895d8c39 (patch)
treecc5d968af46ff3fd10035d41053c22c8250c7f1b /tests/util/mod.rs
parent2fe3d9ee071647b6cb48cc6186235144a9575bed (diff)
downloadnitrokey-rs-606177a61de39ba5e96390d63cff536f895d8c39.tar.gz
nitrokey-rs-606177a61de39ba5e96390d63cff536f895d8c39.tar.bz2
Remove PIN constants from tests
In a previous commit, we introduced the DEFAULT_{ADMIN,USER}_PIN constants. Therefore we no longer need in the {ADMIN,USER}_PASSWORD constants in the util module for the tests.
Diffstat (limited to 'tests/util/mod.rs')
-rw-r--r--tests/util/mod.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/util/mod.rs b/tests/util/mod.rs
index f80372d..5bd19d1 100644
--- a/tests/util/mod.rs
+++ b/tests/util/mod.rs
@@ -1,11 +1,6 @@
// Copyright (C) 2018-2019 Robin Krahl <robin.krahl@ireas.org>
// SPDX-License-Identifier: MIT
-#[allow(dead_code)]
-pub static ADMIN_PASSWORD: &str = "12345678";
-#[allow(dead_code)]
-pub static USER_PASSWORD: &str = "123456";
-
#[macro_export]
macro_rules! unwrap_ok {
($val:expr) => {