set `new-password` as argument
This commit is contained in:
parent
391df88509
commit
e9cf8bc3f9
|
@ -109,7 +109,7 @@ async fn client() {
|
||||||
&Login::new(
|
&Login::new(
|
||||||
"username",
|
"username",
|
||||||
"password",
|
"password",
|
||||||
None,
|
Some("new-password"),
|
||||||
Some(&["http://schema.ispapi.net/epp/xml/keyvalue-1.0"]),
|
Some(&["http://schema.ispapi.net/epp/xml/keyvalue-1.0"]),
|
||||||
),
|
),
|
||||||
CLTRID,
|
CLTRID,
|
||||||
|
@ -185,7 +185,7 @@ async fn dropped() {
|
||||||
&Login::new(
|
&Login::new(
|
||||||
"username",
|
"username",
|
||||||
"password",
|
"password",
|
||||||
None,
|
Some("new-password"),
|
||||||
Some(&["http://schema.ispapi.net/epp/xml/keyvalue-1.0"]),
|
Some(&["http://schema.ispapi.net/epp/xml/keyvalue-1.0"]),
|
||||||
),
|
),
|
||||||
CLTRID,
|
CLTRID,
|
||||||
|
|
Loading…
Reference in New Issue