Skip to content

Commit

Permalink
test: add new provider state for pact broker client
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Feb 19, 2020
1 parent 5c2fb5b commit fac01e9
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,13 @@
.create_pact
end
end

provider_state "a webhook with the uuid 696c5f93-1b7f-44bc-8d03-59440fcaa9a0 exists" do
set_up do
TestDataBuilder.new
.create_consumer("Condor")
.create_provider("Pricing Service")
.create_webhook(uuid: "696c5f93-1b7f-44bc-8d03-59440fcaa9a0")
end
end
end

0 comments on commit fac01e9

Please sign in to comment.