eecf9e1ab9
The integration tests were flaky because they used fixed identifiers (email, username, uid) that could conflict across parallel test runs or with leftover data from previous runs. Changes: - Add unique testRunId using timestamp and random suffix - Use testRunId in email, username, and booking uid - Change afterAll cleanup to use deleteMany instead of delete to prevent failures when records are already deleted Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>