Skip to content

Fix spurious quote test failure

Sivert Olstad requested to merge fix-spurious-quote-test-failure into main

A quote test has recently started failing randomly. It fails because it expects users to be returned from the database in a certain order, but this order is not guaranteed. This PR circumvents the problem by not depending on the order users are returned from the database.

Merge request reports