Skip to content

Commit 615f0c9

Browse files
committed
feat: change default value of base_equality_only_on_content_that_affects_verification_results to true
1 parent 11a56b5 commit 615f0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pact_broker/configuration.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def self.default_configuration
7373
config.html_pact_renderer = default_html_pact_render
7474
config.version_parser = PactBroker::Versions::ParseSemanticVersion
7575
config.sha_generator = PactBroker::Pacts::GenerateSha
76-
config.base_equality_only_on_content_that_affects_verification_results = false
76+
config.base_equality_only_on_content_that_affects_verification_results = true
7777
config.order_versions_by_date = true
7878
config.semver_formats = ["%M.%m.%p%s%d", "%M.%m", "%M"]
7979
config.webhook_retry_schedule = [10, 60, 120, 300, 600, 1200] #10 sec, 1 min, 2 min, 5 min, 10 min, 20 min => 38 minutes

0 commit comments

Comments
 (0)