Tracking pull request to merge release-0.2.0 to main #1269
Annotations
9 errors and 1 warning
Run backend tests:
backend/lcfs/tests/compliance_report/test_summary_service.py#L833
test_calculate_fuel_quantities_renewable
AssertionError: Expected aggregate_allocation_agreements to have been awaited once. Awaited 0 times.
|
Run backend tests:
backend/lcfs/tests/compliance_report/test_update_service.py#L88
test_update_compliance_report_status_change
TypeError: Object of type MagicMock is not JSON serializable
|
Run backend tests:
backend/lcfs/tests/compliance_report/test_update_service.py#L143
test_update_compliance_report_no_status_change
TypeError: Object of type MagicMock is not JSON serializable
|
Run backend tests:
backend/lcfs/tests/initiative_agreement/test_initiative_agreement_services.py#L120
test_create_initiative_agreement
lcfs.web.exception.exceptions.ServiceException
|
Run backend tests:
backend/lcfs/tests/internal_comment/test_internal_comment.py#L364
test_get_internal_comments_multiple_comments
assert 0 == 3
+ where 0 = len([])
|
Run backend tests:
backend/lcfs/tests/transfer/test_transfer_services.py#L80
test_create_transfer_success
AttributeError: <lcfs.web.api.transfer.services.TransferServices object at 0x7f948f097460> does not have the attribute '_perform_notificaiton_call'
|
Run backend tests:
backend/lcfs/tests/transfer/test_transfer_services.py#L136
test_update_transfer_success
AssertionError: Expected mock to have been awaited once. Awaited 0 times.
|
Run backend tests:
backend/lcfs/tests/user/test_user_views.py#L173
test_get_user_activities_as_manage_users_same_org
assert 403 == 200
+ where 403 = <Response [403 Forbidden]>.status_code
+ and 200 = status.HTTP_200_OK
|
Run backend tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading