Skip to content

Commit 7ca7e38

Browse files
minor change in userStatus.test.js
1 parent 28ca5f5 commit 7ca7e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/userStatus.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ describe("UserStatus", function () {
398398
expect(res).to.have.status(400);
399399
expect(res.body).to.be.an("object");
400400
expect(res.body.error).to.equal(`Bad Request`);
401-
expect(res.body.message).to.equal(`Invalid State. State must be either IDLE, ACTIVE or OOO`);
401+
expect(res.body.message).to.equal(`Invalid State. State must be either IDLE, ACTIVE , OOO, or ONBOARDING`);
402402
return done();
403403
});
404404
});

0 commit comments

Comments
 (0)