Skip to content

Commit cce7939

Browse files
committed
fix(openssl): simplify certificate test for latest LibreSSL/OpenSSL libs
1 parent a9133bd commit cce7939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/pact_broker/certificates/service_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module Certificates
2424
end
2525

2626
it "logs the error" do
27-
expect(Service).to receive(:log_error).with(/Error adding certificate/).at_least(1).times
27+
expect(Service).to receive(:log_error).with(anything, /Error adding certificate/).at_least(1).times
2828
subject
2929
end
3030

0 commit comments

Comments
 (0)