We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f032f commit 8b3c7e8Copy full SHA for 8b3c7e8
packages/manager/src/mocks/serverHandlers.ts
@@ -4441,8 +4441,6 @@ export const handlers = [
4441
);
4442
}),
4443
http.post('*/v4beta/monitor/alert-channels', () => {
4444
- return HttpResponse.json(
4445
- makeResourcePage(notificationChannelFactory.buildList(3))
4446
- );
+ return HttpResponse.json(notificationChannelFactory.build());
4447
4448
];
0 commit comments