Errors: Add CommunityNotSelectedError for conditional check on config #1633
Triggered via pull request
September 16, 2024 08:29
Status
Failure
Total duration
3m 52s
Artifacts
–
Annotations
4 errors
Tests / Tests (3.9, postgresql14, opensearch2):
invenio_records_resources/resources/errors.py#L1
isort-check
from ..errors import validation_error_to_list_errors
from ..services.errors import (
+ CommunityNotSelectedError,
FacetNotFoundError,
FailedFileUploadException,
FileKeyNotFoundError,
QuerystringValidationError,
RecordPermissionDeniedError,
RevisionIdMismatchError,
- CommunityNotSelectedError,
)
|
Tests / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
|
Tests / Tests (3.12, postgresql14, opensearch2):
invenio_records_resources/resources/errors.py#L1
isort-check
from ..errors import validation_error_to_list_errors
from ..services.errors import (
+ CommunityNotSelectedError,
FacetNotFoundError,
FailedFileUploadException,
FileKeyNotFoundError,
QuerystringValidationError,
RecordPermissionDeniedError,
RevisionIdMismatchError,
- CommunityNotSelectedError,
)
|
Tests / Tests (3.12, postgresql14, opensearch2)
Process completed with exit code 1.
|