post tests signup
This commit is contained in:
parent
ab995d8f8b
commit
5a9970ff59
1 changed files with 15 additions and 0 deletions
|
@ -14,6 +14,21 @@ const list = [
|
|||
server: "localhost:7224",
|
||||
accountKey
|
||||
}, "ok", "");
|
||||
await req({}, "signup", {
|
||||
name: name1,
|
||||
server: "localhost:7224",
|
||||
accountKey
|
||||
}, "error", "existence");
|
||||
await req({}, "signup", {
|
||||
name: name2,
|
||||
server: "localhost:7224",
|
||||
accountKey
|
||||
}, "ok", "");
|
||||
await req({}, "signup", {
|
||||
name: name2,
|
||||
server: "localhost:7224",
|
||||
accountKey
|
||||
}, "error", "config");
|
||||
}]
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue