mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-04-28 19:04:41 +00:00
test(attributes): add slug parameter to attribute model test
This commit is contained in:
parent
512f179508
commit
1c668c4e0e
1 changed files with 1 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ class TestAttributeModel(django.TestCase):
|
|||
id=auto_field_strategy,
|
||||
datatype=just(Attribute.TYPE_TEXT),
|
||||
enum_group=just(None),
|
||||
slug=just(None), # Let Attribute.save() handle
|
||||
),
|
||||
)
|
||||
@settings(deadline=None)
|
||||
|
|
|
|||
Loading…
Reference in a new issue