mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-05 22:35:04 +01:00
Development: fix correct test delete select option (#11406)
This commit is contained in:
parent
36d45ecf4d
commit
7b175ec1b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue