Himanshu Goyal
02/09/2023, 4:05 PM@PactBroker(scheme = "https", host = "<org-base-url>/pactbroker")
I get error as:
@PactBroker(scheme = "https", host = "<org-base-url>/pactbroker")
java.lang.IllegalArgumentException: Invalid pact broker host specified ('<http://<org-base-url>/pactbroker|<org-base-url>/pactbroker>'). Please provide a valid host or specify the system property 'pactbroker.host'.
At the same time I am using @PactUrl to specify the pact URL but due to that verification result is not getting published.
JDK version: 1.8
au.com.dius.pact.provider.junit5 : 4.1.11
Can someone help with this? Maybe I am missing something!! thinking2Himanshu Goyal
02/09/2023, 4:29 PM