Skip to content

Commit 16ac26b

Browse files
committed
test
1 parent 23b8b7f commit 16ac26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ParseQuery.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5369,7 +5369,7 @@ describe('Parse.Query testing', () => {
53695369
const query = new Parse.Query('_User');
53705370
query.equalTo('objectId', user.id);
53715371
query.explain();
5372-
const result = await query.find();
5372+
const result = await query.find({ useMasterKey: true });
53735373
// Validate
53745374
expect(result.executionStats).not.toBeUndefined();
53755375
});

0 commit comments

Comments
 (0)