mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-11-21 04:36:53 -06:00
Development: fix correct test delete select option (#11406)
This commit is contained in:
@@ -242,7 +242,7 @@ class TestCustomFieldsAPI(DirectoriesMixin, APITestCase):
|
|||||||
CustomFieldInstance.objects.create(
|
CustomFieldInstance.objects.create(
|
||||||
document=doc,
|
document=doc,
|
||||||
field=custom_field_select,
|
field=custom_field_select,
|
||||||
value_text="abc-123",
|
value_select="def-456",
|
||||||
)
|
)
|
||||||
|
|
||||||
resp = self.client.patch(
|
resp = self.client.patch(
|
||||||
|
|||||||
Reference in New Issue
Block a user