]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Development: fix correct test delete select option (#11406)
authordavid-loe <56305409+david-loe@users.noreply.github.com>
Tue, 18 Nov 2025 19:28:52 +0000 (20:28 +0100)
committerGitHub <noreply@github.com>
Tue, 18 Nov 2025 19:28:52 +0000 (19:28 +0000)
src/documents/tests/test_api_custom_fields.py

index 8e24226dcd4935feae4a6b87e68946f6f38a89e8..31dd14b882e96b6490f1d111be8fe95d9aeb7b80 100644 (file)
@@ -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(