Skip to content

Commit

Permalink
Fix client tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaddox5 committed Oct 15, 2024
1 parent 8f4ecd1 commit 9c32425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/tests/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ beforeEach(() => {
.fn()
.mockReturnValueOnce(
Promise.resolve({
status: 200,
json: () =>
Promise.resolve({
all_alert_ids: allAPIAlertIds,
Expand Down

0 comments on commit 9c32425

Please sign in to comment.