mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
spelling: authenticate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -95,7 +95,7 @@ describe('routes: /auth/', () => {
|
|||||||
expect(res.status).equals(200);
|
expect(res.status).equals(200);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Should autheticate success with correct phone number and password.', async () => {
|
it('Should authenticate success with correct phone number and password.', async () => {
|
||||||
const password = await hashPassword('admin');
|
const password = await hashPassword('admin');
|
||||||
const user = await createUser(tenantWebsite, {
|
const user = await createUser(tenantWebsite, {
|
||||||
phone_number: '0920000000',
|
phone_number: '0920000000',
|
||||||
|
|||||||
Reference in New Issue
Block a user