Skip to content

Commit

Permalink
fix(pacts for verification): set includePendingStatus to false by def…
Browse files Browse the repository at this point in the history
…ault
  • Loading branch information
bethesque committed Jan 30, 2020
1 parent fddedb3 commit 9b3162a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class VerifiablePactsQueryDecorator < BaseDecorator
}
end

property :include_pending_status, default: true,
property :include_pending_status, default: false,
setter: ->(fragment:, represented:, **) {
represented.include_pending_status = (fragment == 'true' || fragment == true)
}
Expand Down

0 comments on commit 9b3162a

Please sign in to comment.