Skip to content

Commit f931e24

Browse files
committed
test
1 parent 9577730 commit f931e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ParseAPI.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ describe('miscellaneous', () => {
12781278
method: 'POST',
12791279
headers: headers,
12801280
url: 'http://localhost:8378/1/functions/echoParams',
1281-
body: '{"arr": [{ "__type": "Pointer", "className": "PointerTest" }]}',
1281+
body: '{"arr": [{ "__type": "Pointer", "className": "PointerTest", "objectId": "test123" }]}',
12821282
});
12831283
const res = response.data.result;
12841284
expect(res.arr.length).toEqual(1);

0 commit comments

Comments
 (0)