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({
|
.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