From 7638e5df9cc2b9e57e9ae04ff319629b858e1e7c Mon Sep 17 00:00:00 2001 From: masterjo75 Date: Tue, 5 Mar 2024 16:29:38 +0100 Subject: [PATCH] Fix Placeholder in test --- src/documents/tests/test_api_objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documents/tests/test_api_objects.py b/src/documents/tests/test_api_objects.py index 4396e725a..9a0ccd598 100644 --- a/src/documents/tests/test_api_objects.py +++ b/src/documents/tests/test_api_objects.py @@ -187,7 +187,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}/{doc_pk}/{customfield}/", + "/{tag_list}/{owner_username}/{original_name}/{doc_pk}/", }, ), content_type="application/json",