We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9133bd commit cce7939Copy full SHA for cce7939
spec/lib/pact_broker/certificates/service_spec.rb
@@ -24,7 +24,7 @@ module Certificates
24
end
25
26
it "logs the error" do
27
- 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
28
subject
29
30
0 commit comments