Updated the user invite test to include the required firstName
This commit is contained in:
parent
f6e24cff3e
commit
df84839ca6
|
@ -48,6 +48,7 @@ export class UserAPI extends TestAPI {
|
|||
.send({
|
||||
password: "newpassword",
|
||||
inviteCode: code,
|
||||
firstName: "Ted",
|
||||
})
|
||||
.expect("Content-Type", /json/)
|
||||
.expect(200)
|
||||
|
|
Loading…
Reference in New Issue