From e9cf8bc3f996542114b85478ca23724805af8347 Mon Sep 17 00:00:00 2001 From: Mari Date: Tue, 6 Sep 2022 23:51:48 +0200 Subject: [PATCH] set `new-password` as argument --- tests/basic.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/basic.rs b/tests/basic.rs index 74eb5fd..9bc1bd7 100644 --- a/tests/basic.rs +++ b/tests/basic.rs @@ -109,7 +109,7 @@ async fn client() { &Login::new( "username", "password", - None, + Some("new-password"), Some(&["http://schema.ispapi.net/epp/xml/keyvalue-1.0"]), ), CLTRID, @@ -185,7 +185,7 @@ async fn dropped() { &Login::new( "username", "password", - None, + Some("new-password"), Some(&["http://schema.ispapi.net/epp/xml/keyvalue-1.0"]), ), CLTRID,