Skip to content

Commit

Permalink
chore: fix failing spec
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Apr 5, 2018
1 parent f9e3c23 commit 0eb18f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact_broker/api/renderers/html_pact_renderer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def pact_url
end

def matrix_url
PactBroker::Api::PactBrokerUrls.matrix_url_from_params consumer_name: @pact.consumer_name, provider_name: @pact.provider_name
PactBroker::Api::PactBrokerUrls.matrix_url_from_params consumer_name: @pact.consumer.name, provider_name: @pact.provider.name
end

def badge_target_url
Expand Down

0 comments on commit 0eb18f0

Please sign in to comment.