Update basic tests to new syntax
This commit is contained in:
parent
cc08819fdc
commit
63406ef308
|
@ -109,6 +109,7 @@ async fn client() {
|
||||||
&Login::new(
|
&Login::new(
|
||||||
"username",
|
"username",
|
||||||
"password",
|
"password",
|
||||||
|
None,
|
||||||
Some(&["http://schema.ispapi.net/epp/xml/keyvalue-1.0"]),
|
Some(&["http://schema.ispapi.net/epp/xml/keyvalue-1.0"]),
|
||||||
),
|
),
|
||||||
CLTRID,
|
CLTRID,
|
||||||
|
@ -184,6 +185,7 @@ async fn dropped() {
|
||||||
&Login::new(
|
&Login::new(
|
||||||
"username",
|
"username",
|
||||||
"password",
|
"password",
|
||||||
|
None,
|
||||||
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