Fix: support doc_pk storage path placeholder (#4179)

This commit is contained in:
shamoon 2023-09-13 07:43:43 -07:00 committed by GitHub
parent 1a87c730bc
commit d1292c59ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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}/",
"/{tag_list}/{owner_username}/{original_name}/{dock_pk}/",
},
),
content_type="application/json",