summaryrefslogtreecommitdiff
path: root/lib/tasks/contracts/pipelines.rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/contracts/pipelines.rake')
-rw-r--r--lib/tasks/contracts/pipelines.rake6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/tasks/contracts/pipelines.rake b/lib/tasks/contracts/pipelines.rake
index 3163791460f..5a8d7791233 100644
--- a/lib/tasks/contracts/pipelines.rake
+++ b/lib/tasks/contracts/pipelines.rake
@@ -24,9 +24,13 @@ namespace :contracts do
end
Pact::VerificationTask.new(:get_pipeline_header_data) do |pact|
+ # pact.uri(
+ # "http://localhost:9292/pacts/provider/GET%20pipeline%20header%20data/consumer/Pipelines%23show/latest",
+ # pact_helper: "#{provider}/pact_helpers/project/pipeline/show/get_pipeline_header_data_helper.rb"
+ # )
pact.uri(
"#{contracts}/show/pipelines#show-get_pipeline_header_data.json",
- pact_helper: "#{provider}/pact_helpers/project/pipeline/show/get_pipeline_header_data_helper.rb"
+ pact_helper: "#{provider}/pact_helpers/project/pipeline/show/get_pipeline_header_data_helper.rb"
)
end