mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
Fix typo in #4179
This commit is contained in:
parent
78ae4c42f7
commit
cc90b45022
2 changed files with 2 additions and 2 deletions
|
|
@ -835,7 +835,7 @@ class StoragePathSerializer(MatchingModelSerializer, OwnedObjectSerializer):
|
|||
tag_list="tag_list",
|
||||
owner_username="someone",
|
||||
original_name="testfile",
|
||||
dock_pk="doc_pk",
|
||||
doc_pk="doc_pk",
|
||||
)
|
||||
|
||||
except KeyError as err:
|
||||
|
|
|
|||
|
|
@ -4463,7 +4463,7 @@ class TestApiStoragePaths(DirectoriesMixin, APITestCase):
|
|||
"/{created_month_name_short}/{created_day}/{added}/{added_year}"
|
||||
"/{added_year_short}/{added_month}/{added_month_name}"
|
||||
"/{added_month_name_short}/{added_day}/{asn}/{tags}"
|
||||
"/{tag_list}/{owner_username}/{original_name}/{dock_pk}/",
|
||||
"/{tag_list}/{owner_username}/{original_name}/{doc_pk}/",
|
||||
},
|
||||
),
|
||||
content_type="application/json",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue