This commit is contained in:
Matteo Gheza 2020-09-24 19:43:15 +02:00
parent 6f47d20794
commit a5f3b3b438
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ describe("User management", () => {
birthday: user.birthday,
capo: user.foreman | 0,
autista: user.driver | 0,
hidden: false,
disabled: false
hidden: 0,
disabled: 0
}})
.then((response) => {
console.log(response.body)