当提供者主机是 localhost 时,我正在使用 pact java > Pact verify 工作。如何提供其他一些主机详细信息?当我指定这样的提供者时,
<serviceProvider>
<name>provider1</name>
<protocol>http</protocol>
**<host>**google.com**</host>**
<path>/</path>
<consumers>
<consumer>
<name>consumer1</name>
<pactFile>../pacts/test_consumer-test_provider.json</pactFile>
</consumer>
</consumers>
</serviceProvider>
我收到回复
Verifying a pact between consumer1 and provider1
[Using file ../pacts/test_consumer-test_provider.json]
Given test state
WARNING: State Change ignored as there is no stateChange URL
Invalid Information Model
Request Failed - google.com
如何提供其他一些主机详细信息?