Skip to content

URS-029 · Collect Return Information per Individual Item

Status: FAIL  ·  Duration: 25s  ·  Run Date: April 21, 2026


SKIP

Login


FAIL

Return created for StellarTech → ZuriMED

Section titled “Return created for StellarTech → ZuriMED”
FAIL

Exactly one return with status=submitted should exist, created in the last 2 hours.

SELECT id, return_number, status, date_of_event, notes, created_at
FROM returns
WHERE sales_organization_id = $1
AND manufacturer_organization_id = $2
AND notes LIKE 'URS-029%'
AND created_at > NOW() - INTERVAL '2 hours'
ORDER BY created_at DESC

No rows returned.