mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Adds a few more test cases for coverage and adds no coverage to some others
This commit is contained in:
parent
cbe567069f
commit
22e00a7080
8 changed files with 128 additions and 39 deletions
|
|
@ -746,7 +746,7 @@ class RemoteVersionView(GenericAPIView):
|
|||
|
||||
|
||||
class StoragePathViewSet(ModelViewSet):
|
||||
model = DocumentType
|
||||
model = StoragePath
|
||||
|
||||
queryset = StoragePath.objects.annotate(document_count=Count("documents")).order_by(
|
||||
Lower("name"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue