Skip to content

(PC-30861)[BO] feat: add reason cancellation with author for booking … #3922

(PC-30861)[BO] feat: add reason cancellation with author for booking …

(PC-30861)[BO] feat: add reason cancellation with author for booking … #3922

GitHub Actions / Pytest Report failed Sep 3, 2024 in 0s

2 tests run, 0 passed, 0 skipped, 2 failed.

Annotations

Check failure on line 208 in tests/routes/backoffice/collective_bookings_test.py

See this annotation in the file changed.

@github-actions github-actions / Pytest Report

tests/routes/backoffice/collective_bookings_test.py.tests.routes.backoffice.collective_bookings_test

collection failure
Raw output
tests/routes/backoffice/collective_bookings_test.py:87: in <module>
    class ListCollectiveBookingsTest(GetEndpointHelper):
tests/routes/backoffice/collective_bookings_test.py:208: in ListCollectiveBookingsTest
    educational_models.CollectiveBookingCancellationReasons.BACKOFFICE_OFFER_ERROR,
/usr/local/lib/python3.11/enum.py:786: in __getattr__
    raise AttributeError(name) from None
E   AttributeError: BACKOFFICE_OFFER_ERROR

Check failure on line 605 in tests/routes/backoffice/individual_bookings_test.py

See this annotation in the file changed.

@github-actions github-actions / Pytest Report

tests/routes/backoffice/individual_bookings_test.py.tests.routes.backoffice.individual_bookings_test

collection failure
Raw output
tests/routes/backoffice/individual_bookings_test.py:112: in <module>
    class ListIndividualBookingsTest(GetEndpointHelper):
tests/routes/backoffice/individual_bookings_test.py:605: in ListIndividualBookingsTest
    bookings_models.BookingCancellationReasons.BACKOFFICE_OFFER_ERROR,
/usr/local/lib/python3.11/enum.py:786: in __getattr__
    raise AttributeError(name) from None
E   AttributeError: BACKOFFICE_OFFER_ERROR