From ffdcb2f8eb7e2dc43aa0d05dd8a5d817d28da759 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Tue, 19 Nov 2019 09:21:04 -0500 Subject: [PATCH] fix busted tests --- awx/main/tests/functional/models/test_notifications.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/awx/main/tests/functional/models/test_notifications.py b/awx/main/tests/functional/models/test_notifications.py index 1b671efdcb..00cc217a82 100644 --- a/awx/main/tests/functional/models/test_notifications.py +++ b/awx/main/tests/functional/models/test_notifications.py @@ -88,6 +88,9 @@ class TestJobNotificationMixin(object): 'verbosity': int}, 'job_friendly_name': str, 'job_metadata': str, + 'approval_status': str, + 'approval_node_name': str, + 'workflow_url': str, 'url': str}