We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c69c2fb commit 6d974deCopy full SHA for 6d974de
1 file changed
tests/e2e/password-reset.test.ts
@@ -127,6 +127,7 @@ describe.sequential('Git Proxy E2E - Password reset flow', () => {
127
}),
128
},
129
);
130
+ expect(changePasswordResponse.body).toEqual({ message: 'Password updated successfully' });
131
expect(changePasswordResponse.status).toBe(200);
132
133
// Access should be restored after password update.
0 commit comments