mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-18 13:38:16 -06:00
14132 test_views
This commit is contained in:
parent
7b0d683b50
commit
57d454f8b4
@ -404,7 +404,8 @@ class EventRulesTestCase(ViewTestCases.PrimaryObjectViewTestCase):
|
|||||||
'conditions': None,
|
'conditions': None,
|
||||||
'action_type': 'webhook',
|
'action_type': 'webhook',
|
||||||
'action_object_type': webhook_ct.pk,
|
'action_object_type': webhook_ct.pk,
|
||||||
'action_object_id': webhooks[0].pk
|
'action_object_id': webhooks[0].pk,
|
||||||
|
'action_choice': webhooks[0]
|
||||||
}
|
}
|
||||||
|
|
||||||
cls.csv_data = (
|
cls.csv_data = (
|
||||||
|
Loading…
Reference in New Issue
Block a user