mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-27 03:55:01 +02:00
The test was randomly failing because postgresql and python sorting was not 100% consistent e.g "treatment" vs "treat them" were not ordered the same. Comparing each field value insteat of relying on "sort" solves the issue and makes the test simpler.