Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
George Jahad committed Oct 28, 2024
1 parent 4c4ab8b commit f139d7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/interactors/obtain_cert_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def setup
test ".call failure" do
request = Requests::CertIssueRequest.new
identity = Identity.new
identity.sub = "testUser"
mock = Minitest::Mock.new
mock.expect :call, nil, [ identity, request ]
Services::Certificate.stub :issue_cert, mock do
Expand Down

0 comments on commit f139d7d

Please sign in to comment.