diff --git a/src/authenticator.rs b/src/authenticator.rs index 8a58e7de1..0df1fc454 100644 --- a/src/authenticator.rs +++ b/src/authenticator.rs @@ -370,6 +370,7 @@ mod tests { use super::super::device::tests::MockGoogleAuth; use super::super::types::tests::SECRET; use super::super::types::ConsoleApplicationSecret; + use authenticator_delegate::DefaultAuthenticatorDelegate; use storage::MemoryStorage; use std::default::Default; use hyper;