Skip to content

Commit 24d0b61

Browse files
authored
test: add missing mock (#1147)
1 parent e3dbb24 commit 24d0b61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/hooks/useNotifications.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,9 @@ describe('hooks/useNotifications.ts', () => {
381381
merged: false,
382382
user: mockNotificationUser,
383383
});
384+
nock('https://api.github.com')
385+
.get('/repos/gitify-app/notifications-test/pulls/4/reviews')
386+
.reply(200, {});
384387
nock('https://api.github.com')
385388
.get('/repos/gitify-app/notifications-test/issues/4/comments')
386389
.reply(200, {

0 commit comments

Comments
 (0)