Skip to content

Commit b38d0b4

Browse files
committed
Fix tests
1 parent 92ef772 commit b38d0b4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

static/app/views/issueList/pages/useIssuePreviewDrawer.spec.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ describe('useIssuePreviewDrawer', () => {
2626
url: '/organizations/org-slug/replay-count/',
2727
body: {},
2828
});
29+
MockApiClient.addMockResponse({
30+
url: '/organizations/org-slug/users/',
31+
body: [],
32+
});
2933
});
3034

3135
it('sets the preview query param when opening a preview', async () => {

0 commit comments

Comments
 (0)