Skip to content

Commit 101211f

Browse files
committed
Update ValidationAndPasswordsReset.spec.js
1 parent 4386152 commit 101211f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

spec/ValidationAndPasswordsReset.spec.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,20 +1083,6 @@ describe('Custom Pages, Email Verification, Password Reset', () => {
10831083
});
10841084
});
10851085

1086-
it('should resolve on an invalid reset password with default server parameters', async () => {
1087-
await reconfigureServer({
1088-
appName: 'coolapp',
1089-
publicServerURL: 'http://localhost:1337/1',
1090-
emailAdapter: MockEmailAdapterWithOptions({
1091-
fromAddress: '[email protected]',
1092-
apiKey: 'k',
1093-
domain: 'd',
1094-
}),
1095-
});
1096-
const result = await Parse.User.requestPasswordReset('[email protected]');
1097-
expect(result).toEqual({});
1098-
});
1099-
11001086
it('should throw on an invalid reset password', async () => {
11011087
await reconfigureServer({
11021088
appName: 'coolapp',

0 commit comments

Comments
 (0)