Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Nov 4, 2021
1 parent dc5dc37 commit 2d5c695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/responders/ropensci/submit_reviewer_responder_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
@responder.process_message(msg)

msg = message_with(@valid_comment_url, "10.5")
allow(@responder).to receive(:issue_comment).and_raise(Octokit::NotFound)
@responder.match_data = @responder.event_regex.match(msg)
expect(@responder).to_not receive(:respond).with("Error: That url is invalid")
@responder.process_message(msg)
Expand Down

0 comments on commit 2d5c695

Please sign in to comment.