hi what i need to do i have changed @PactBroker ur...
# general
o
hi what i need to do i have changed @PactBroker url from
Copy code
<https://pact-broker.koko.net>
and now i am getting au.com.dius.pact.core.pactbroker.NotFoundHalResponse: No HAL document found at path
Copy code
'<http://pact-broker.koko.net/pacts/provider/Consumer1|pact-broker.koko.net/pacts/provider/Consumer1>'
when i am entering to the new url of pact i dont see this Consumer1 how can i solve it ? what i need to add ? change ?
y
What have you changed the url to? It should be https://pact-broker.koko.net and the endpoint pacts/provider/{provider} should be the provider application. Here you have consumer 1. Can you provide a code snippet? Are you trying to verify a single pact?
o
thank you for your answer - i understand my problem and fix it .