You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expect(error.message).toEqual('A duplicate value for a field with unique values was provided. Duplicate index: code_1 on collection test_UniqueIndexClass in db parseServerMongoAdapterTestDatabase')
3873
+
// Client should only see generic message (no schema info exposed)
3874
+
expect(error.message).toEqual('A duplicate value for a field with unique values was provided');
3875
+
// Server logs should contain full MongoDB error message with detailed information
0 commit comments