Files
api/services/nginx/app/tests/Unit/Orders
Truck Wash Agent 68e19bee61 test(api): pin order_items listing ordering in getOrderItems
Wiring test that locks down the SELECT inside orders_o::getOrderItems so
the regression cannot reappear silently. The fix in the previous commit
adds ORDER BY (related_item_id IS NULL) DESC, related_item_id ASC, id ASC;
this test asserts the SQL still contains that clause.
2026-08-10 20:05:19 +02:00
..