We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb44e8 commit 15873e9Copy full SHA for 15873e9
spec/CloudCode.spec.js
@@ -3248,7 +3248,7 @@ describe('beforeLogin hook', () => {
3248
expect(req.headers).toBeDefined();
3249
expect(req.ip).toBeDefined();
3250
expect(req.installationId).toBeDefined();
3251
- expect(req.context).toBeUndefined();
+ expect(req.context).toBeDefined();
3252
});
3253
3254
await Parse.User.signUp('tupac', 'shakur');
@@ -3365,7 +3365,7 @@ describe('afterLogin hook', () => {
3365
3366
3367
3368
3369
3370
3371
await Parse.User.signUp('testuser', 'p@ssword');
0 commit comments