mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-18 13:38:16 -06:00
14132 fix test
This commit is contained in:
parent
4811c54d7e
commit
78c2dba68f
@ -71,7 +71,7 @@ class WebhookTest(APIViewTestCases.APIViewTestCase):
|
|||||||
|
|
||||||
class EventRuleTest(APIViewTestCases.APIViewTestCase):
|
class EventRuleTest(APIViewTestCases.APIViewTestCase):
|
||||||
model = EventRule
|
model = EventRule
|
||||||
brief_fields = ['display', 'id', 'name',]
|
brief_fields = ['display', 'id', 'name', 'url']
|
||||||
bulk_update_data = {
|
bulk_update_data = {
|
||||||
'enabled': False,
|
'enabled': False,
|
||||||
'description': 'New description',
|
'description': 'New description',
|
||||||
|
Loading…
Reference in New Issue
Block a user