Updated the user invite test to include the required firstName
This commit is contained in:
parent
4a5a9aff76
commit
373fccbae2
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue