We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176a46f commit 8c3c62eCopy full SHA for 8c3c62e
lib/pact_broker/pacts/diff.rb
@@ -84,12 +84,12 @@ def links
84
previous_distinct_url = PactBroker::Api::PactBrokerUrls.pact_url(base_url, comparison_pact)
85
86
links = {
87
- "current-pact-version" => {
+ "pact-version" => {
88
"title" => "Pact",
89
"name" => pact.name,
90
"href" => self_url
91
},
92
- "previous-distinct-pact-version" => {
+ "comparison-pact-version" => {
93
94
"name" => comparison_pact.name,
95
"href" => previous_distinct_url
0 commit comments