From 57d454f8b4c74092b710e54e67949c729a288b6e Mon Sep 17 00:00:00 2001 From: Arthur Date: Wed, 29 Nov 2023 09:33:50 -0800 Subject: [PATCH] 14132 test_views --- netbox/extras/tests/test_views.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netbox/extras/tests/test_views.py b/netbox/extras/tests/test_views.py index fdedc4810..37773932a 100644 --- a/netbox/extras/tests/test_views.py +++ b/netbox/extras/tests/test_views.py @@ -404,7 +404,8 @@ class EventRulesTestCase(ViewTestCases.PrimaryObjectViewTestCase): 'conditions': None, 'action_type': 'webhook', '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 = (