mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-06 08:57:46 +00:00
0d09d1df08
django-lasuite 0.1.16 changed the user update mechanism from .update() to .save(), which triggers Django's constraint validation. This causes an additional SELECT query to verify 'sub' field uniqueness on every user update, despite 'sub' being immutable in our auth flow. This commit update the test to make them pass again.