Skip to content

Commit c88145d

Browse files
committed
Fix np test
1 parent ae26877 commit c88145d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

x-pack/platform/plugins/shared/alerting_v2/public/pages/notification_policy_form_page/notification_policy_form_page.test.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ const EXISTING_POLICY: NotificationPolicyResponse = {
8080
createdAt: '2026-03-01T10:00:00.000Z',
8181
updatedBy: 'elastic',
8282
updatedAt: '2026-03-01T10:00:00.000Z',
83+
auth: {
84+
owner: 'elastic',
85+
createdByUser: false,
86+
},
8387
};
8488

8589
const renderPage = () => {

0 commit comments

Comments
 (0)