summaryrefslogtreecommitdiffhomepage
path: root/oxish/src/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'oxish/src/tests.rs')
-rw-r--r--oxish/src/tests.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/oxish/src/tests.rs b/oxish/src/tests.rs
index b5ca048..e63b151 100644
--- a/oxish/src/tests.rs
+++ b/oxish/src/tests.rs
@@ -110,7 +110,6 @@ async fn handshake(
let authorized_key = fs::read_to_string(key_path.with_extension("pub")).unwrap();
let key = AuthorizedKey::from_str(&authorized_key, provider)
- .unwrap()
.expect("failed to parse generated public key");
let user = User::new(USER.to_string(), 1000, 1000, PathBuf::from("/var/empty")).unwrap();