build(deps): bump google-auth from 2.34.0 to 2.35.0 in /api #12806
GitHub Actions / Pytest Report
failed
Sep 20, 2024 in 0s
2036 tests run, 2031 passed, 4 skipped, 1 failed.
Annotations
Check failure on line 28 in tests/core/mails/transactional/users/online_event_reminder_test.py
github-actions / Pytest Report
tests/core/mails/transactional/users/online_event_reminder_test.py.test_get_online_bookings_happening_soon
assert 2 == 1
+ where 2 = count()
+ where count = <pcapi.models.pc_object.BaseQuery object at 0x7f4783cec9d0>.count
Raw output
tests/core/mails/transactional/users/online_event_reminder_test.py:47: in test_get_online_bookings_happening_soon
assert query.count() == 1
E assert 2 == 1
E + where 2 = count()
E + where count = <pcapi.models.pc_object.BaseQuery object at 0x7f4783cec9d0>.count
Loading