From: david-loe <56305409+david-loe@users.noreply.github.com> Date: Tue, 18 Nov 2025 19:28:52 +0000 (+0100) Subject: Development: fix correct test delete select option (#11406) X-Git-Tag: v2.20.0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b175ec1b37008a66ec7dfe35c3ae91e4507bda2;p=thirdparty%2Fpaperless-ngx.git Development: fix correct test delete select option (#11406) --- diff --git a/src/documents/tests/test_api_custom_fields.py b/src/documents/tests/test_api_custom_fields.py index 8e24226dcd..31dd14b882 100644 --- a/src/documents/tests/test_api_custom_fields.py +++ b/src/documents/tests/test_api_custom_fields.py @@ -242,7 +242,7 @@ class TestCustomFieldsAPI(DirectoriesMixin, APITestCase): CustomFieldInstance.objects.create( document=doc, field=custom_field_select, - value_text="abc-123", + value_select="def-456", ) resp = self.client.patch(