We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent ab551ac commit e2e49ddCopy full SHA for e2e49dd
provider/pact-jvm-provider-lein/src/main/clojure/au/com/dius/pact/provider/lein/verify_provider.clj
@@ -72,7 +72,7 @@
72
(if (not-empty failures)
73
(do
74
(.displayFailures verifier (into {} failures))
75
- (throw (ex-info (str "There were " (count failures) " pact failures")))))))
+ (throw (ex-info (str "There were " (count failures) " pact failures")) {})))))
76
77
(defn verify [verifier pact-info]
78
(verify-providers verifier (:service-providers pact-info)))
0 commit comments