Skip to content

Commit

Permalink
chore: fix latest verification url in dashboard resource
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 29, 2018
1 parent 5d8b06e commit 5914ae4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/pact_broker/matrix/row.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ def latest_verification
created_at: verification_executed_at,
provider_version_number: provider_version_number,
build_url: verification_build_url,
provider_version: provider_version
provider_version: provider_version,
consumer_name: consumer_name,
provider_name: provider_name
)
end
end
Expand Down

0 comments on commit 5914ae4

Please sign in to comment.