-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Labels
block:majorNeeds to be resolved before next major release; remove label afterwardsNeeds to be resolved before next major release; remove label afterwardstype:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed
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.
Metadata
Metadata
Assignees
Labels
block:majorNeeds to be resolved before next major release; remove label afterwardsNeeds to be resolved before next major release; remove label afterwardstype:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed