1
0
Fork 0
mirror of synced 2024-10-02 18:16:29 +13:00

Updated the user invite test to include the required firstName

This commit is contained in:
Dean 2023-01-27 20:32:06 +00:00
parent f6e24cff3e
commit df84839ca6

View file

@ -48,6 +48,7 @@ export class UserAPI extends TestAPI {
.send({
password: "newpassword",
inviteCode: code,
firstName: "Ted",
})
.expect("Content-Type", /json/)
.expect(200)