Skip to content
  • Vangelis Koukis's avatar
    Fix one API test failing with PostgreSQL backend · 600e6aca
    Vangelis Koukis authored
    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.
    600e6aca