Skip to content

Commit

Permalink
chore: correct pacticipant name in pact conflict message
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 5, 2024
1 parent e2b2fcf commit 9830afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact_broker/contracts/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def add_pact_conflict_notices(notices, parsed_contracts)

def add_pact_conflict_notice(notices, parsed_contracts, contract_to_publish, existing_json_content, new_json_content)
message_params = {
consumer_name: contract_to_publish.provider_name,
consumer_name: contract_to_publish.consumer_name,
consumer_version_number: parsed_contracts.pacticipant_version_number,
provider_name: contract_to_publish.provider_name
}
Expand Down

0 comments on commit 9830afc

Please sign in to comment.