diff --git a/awx/ui/client/src/notifications/notification-templates-list/list.controller.js b/awx/ui/client/src/notifications/notification-templates-list/list.controller.js
index d462b62aa1..83ef89fa03 100644
--- a/awx/ui/client/src/notifications/notification-templates-list/list.controller.js
+++ b/awx/ui/client/src/notifications/notification-templates-list/list.controller.js
@@ -156,7 +156,6 @@ export default
.then(function () {
ngToast.success({
content: ` Test Notification Success: ${name} `,
- className: 'Toast-success'
});
})