When a duplicate timestamp occurs (rare but possible), return the existing record instead of failing with a 500 error. This matches the worker's ON CONFLICT DO NOTHING behavior. Added test for duplicate timestamp handling. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| helpers.py | ||
| test_auth.py | ||
| test_availability.py | ||
| test_booking.py | ||
| test_counter.py | ||
| test_invites.py | ||
| test_jobs.py | ||
| test_permissions.py | ||
| test_price_history.py | ||
| test_profile.py | ||
| test_validation.py | ||