Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
dplewis committed Jul 7, 2024
1 parent dab31ed commit 7d1fb5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/ParseAPI.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,8 @@ describe('miscellaneous', function () {
});
});

it('test cloud function query parameters with array of pointers', async () => {
fit('test cloud function query parameters with array of pointers', async () => {
await reconfigureServer({ encodeParseObjectInCloudFunction: false });
Parse.Cloud.define('echoParams', req => {
return req.params;
});
Expand Down

0 comments on commit 7d1fb5c

Please sign in to comment.