spelling: authenticate

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-06-19 01:36:45 -04:00
parent f82b78c4eb
commit e7cd035206

View File

@@ -95,7 +95,7 @@ describe('routes: /auth/', () => {
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 user = await createUser(tenantWebsite, {
phone_number: '0920000000',