LCFS - Implement Email Notification Triggers in Backend for Subscribed Users #1226 #1187
Annotations
3 errors and 1 warning
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/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