diff --git a/awx/ui_next/src/screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.test.jsx b/awx/ui_next/src/screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.test.jsx
index 5a4566779e..58878d3b96 100644
--- a/awx/ui_next/src/screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.test.jsx
+++ b/awx/ui_next/src/screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.test.jsx
@@ -39,7 +39,9 @@ describe('', () => {
});
test('should send test notification', async () => {
- NotificationTemplatesAPI.test.mockResolvedValue({});
+ NotificationTemplatesAPI.test.mockResolvedValue({
+ data: { notification: 1 },
+ });
const wrapper = mountWithContexts(