Skip to content

Commit 8b3c7e8

Browse files
committed
upcoming: [DI-28503] - Add mocks
1 parent f8f032f commit 8b3c7e8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/manager/src/mocks/serverHandlers.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4441,8 +4441,6 @@ export const handlers = [
44414441
);
44424442
}),
44434443
http.post('*/v4beta/monitor/alert-channels', () => {
4444-
return HttpResponse.json(
4445-
makeResourcePage(notificationChannelFactory.buildList(3))
4446-
);
4444+
return HttpResponse.json(notificationChannelFactory.build());
44474445
}),
44484446
];

0 commit comments

Comments
 (0)