Skip to content

Commit

Permalink
fix: fix unit test to conform to code changes
Browse files Browse the repository at this point in the history
Signed-off-by: vikhy-aws <[email protected]>
  • Loading branch information
vikhy-aws committed Dec 21, 2024
1 parent bed0821 commit a5b64f1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions server/services/DestinationsService.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,10 @@ describe("Test DestinationsService -- getDestinations", () => {

expect(mockRes.ok).toHaveBeenCalledWith({
body: {
ok: true,
resp: "Indices will be configured when the monitor is created: [.opendistro-alerting-config]"
ok: false,
totalMonitors: 0,
monitors: [],
message: "Config index will be created automatically when the monitor is created"
},
});
});
Expand Down

0 comments on commit a5b64f1

Please sign in to comment.