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
1 changed files with 1 additions and 0 deletions

View File

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