Skip to content

Commit 9b3162a

Browse files
committed
fix(pacts for verification): set includePendingStatus to false by default
1 parent fddedb3 commit 9b3162a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pact_broker/api/decorators/verifiable_pacts_query_decorator.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class VerifiablePactsQueryDecorator < BaseDecorator
1919
}
2020
end
2121

22-
property :include_pending_status, default: true,
22+
property :include_pending_status, default: false,
2323
setter: ->(fragment:, represented:, **) {
2424
represented.include_pending_status = (fragment == 'true' || fragment == true)
2525
}

0 commit comments

Comments
 (0)