Skip to content

Commit 8c3c62e

Browse files
committed
feat: rename relations in pact diff view
1 parent 176a46f commit 8c3c62e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/pact_broker/pacts/diff.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ def links
8484
previous_distinct_url = PactBroker::Api::PactBrokerUrls.pact_url(base_url, comparison_pact)
8585

8686
links = {
87-
"current-pact-version" => {
87+
"pact-version" => {
8888
"title" => "Pact",
8989
"name" => pact.name,
9090
"href" => self_url
9191
},
92-
"previous-distinct-pact-version" => {
92+
"comparison-pact-version" => {
9393
"title" => "Pact",
9494
"name" => comparison_pact.name,
9595
"href" => previous_distinct_url

0 commit comments

Comments
 (0)