Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Dec 9, 2024
1 parent f6a16c1 commit 8be8f54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reusable_workflows/tests/test_cla_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def test_cla_is_not_signed(capfd):
cla = CLAHandler(mock.Mock())
issue = mock.Mock()
comment = mock.Mock()
comment.user.login = "bot"
issue.comments.return_value = [mock.Mock(), comment]

response = cla.check_if_cla_signed(issue, "username")
Expand Down

0 comments on commit 8be8f54

Please sign in to comment.