mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-18 05:28: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):
|
||||
model = EventRule
|
||||
brief_fields = ['display', 'id', 'name',]
|
||||
brief_fields = ['display', 'id', 'name', 'url']
|
||||
bulk_update_data = {
|
||||
'enabled': False,
|
||||
'description': 'New description',
|
||||
|
Loading…
Reference in New Issue
Block a user