set `new-password` as argument

This commit is contained in:
Mari 2022-09-06 23:51:48 +02:00 committed by masalachai
parent 391df88509
commit e9cf8bc3f9
1 changed files with 2 additions and 2 deletions

View File

@ -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,