Closed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest version of Parse Server.
Issue Description
Upgrading to latest Parse SDK (4.3.1 as of writing) breaks the test:
- Security Advisory GHSA-8w3j-g983-8jh5 should validate credentials first and check if account already linked afterwards ()
- Expected 208 to equal 206.
The test specifically expects 206 instead of 208 (as commented in the test), so it doesn't seem to be a deliberate change but rather a bug.
Steps to reproduce
See #8816.
Actual Outcome
Test fails.
Expected Outcome
Test passes.