From b5aaf01647df121f157baa1b69bca8def2e379a4 Mon Sep 17 00:00:00 2001 From: shimisnow <14943507+shimisnow@users.noreply.github.com> Date: Thu, 29 Feb 2024 19:03:28 -0300 Subject: [PATCH] test(#80): E2E test --- .../auth-service-e2e/src/flow/login-password-change-flow.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/auth-service-e2e/src/flow/login-password-change-flow.spec.ts b/apps/auth-service-e2e/src/flow/login-password-change-flow.spec.ts index 308c037..22dbd81 100644 --- a/apps/auth-service-e2e/src/flow/login-password-change-flow.spec.ts +++ b/apps/auth-service-e2e/src/flow/login-password-change-flow.spec.ts @@ -75,6 +75,7 @@ describe('login logout process (with refresh)', () => { .send({ currentPassword: 'test@1234', newPassword: '1234@test', + withRefreshToken: true, }) .set('Authorization', `Bearer ${sessionOne.body.accessToken}`) .set('X-Api-Version', '1')