Skip to content

Commit

Permalink
fix(openssl): simplify certificate test for latest LibreSSL/OpenSSL libs
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Sep 24, 2018
1 parent a9133bd commit cce7939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/pact_broker/certificates/service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module Certificates
end

it "logs the error" do
expect(Service).to receive(:log_error).with(/Error adding certificate/).at_least(1).times
expect(Service).to receive(:log_error).with(anything, /Error adding certificate/).at_least(1).times
subject
end

Expand Down

0 comments on commit cce7939

Please sign in to comment.