Skip to content

Commit d426cb3

Browse files
committed
test: add missing mock
1 parent 865db20 commit d426cb3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/lib/services/github/comments_test.exs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,13 @@ defmodule Librecov.Services.Github.CommentsTests do
590590
} ->
591591
json([], status: 200)
592592

593+
%{
594+
method: :get,
595+
url: "https://api.github.com/repos/octocat/Hello-World/issues/1347/comments",
596+
query: [per_page: 100]
597+
} ->
598+
json([], status: 200)
599+
593600
%{
594601
method: :post,
595602
url: "https://api.github.com/repos/octocat/Hello-World/issues/1347/comments"

0 commit comments

Comments
 (0)