mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-27 03:54:01 +03:00
Added help_text to expected response in test
This commit is contained in:
parent
fc44cd8d6a
commit
295a4ab62d
|
@ -471,7 +471,8 @@ class TestFKInstanceView(TestCase):
|
||||||
'type': 'field',
|
'type': 'field',
|
||||||
'required': True,
|
'required': True,
|
||||||
'read_only': False,
|
'read_only': False,
|
||||||
'label': 'Target'
|
'label': 'Target',
|
||||||
|
'help_text': 'Target'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user