Fix one API test failing with PostgreSQL backend
One API test (test_servers_details) was too restrictive and failed with the PostgreSQL backend. It assumed consistent, by-id ordering between DB and API server list replies, and failed although there was 1-1 correspondence between the two replies. To fix, the test takes care to order the two replies by id before attempting to compare their contents.
Please register or sign in to comment