Skip to content

Commit 6d974de

Browse files
committed
chore: failing e2e test debug attempt
1 parent c69c2fb commit 6d974de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/e2e/password-reset.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ describe.sequential('Git Proxy E2E - Password reset flow', () => {
127127
}),
128128
},
129129
);
130+
expect(changePasswordResponse.body).toEqual({ message: 'Password updated successfully' });
130131
expect(changePasswordResponse.status).toBe(200);
131132

132133
// Access should be restored after password update.

0 commit comments

Comments
 (0)