hi , im trying to connect my provider with pactflo...
# pact-jvm
j
hi , im trying to connect my provider with pactflow using the example https://docs.pactflow.io/ (java/junit5) @Provider("<Your provider name here>") @PactBroker(host = "<YOUR_BROKER>.pactflow.io", scheme = "https", authentication = @PactBrokerAuth(scheme = "bearer", username = "<TOKEN>", password = "")) but it keeps prompting cannot resolve method 'scheme' am i missing some import in the lib?
works when i change it to
Copy code
@PactBroker(host = "<http://airwallex.pactflow.io|airwallex.pactflow.io>", scheme = "https",
        authentication = @PactBrokerAuth( token = "xxxxx-xxxxx"))
Is this how i should do it @Matt (pactflow.io / pact-js / pact-go)?
message has been deleted
🎉 1
m
looks like maybe the API has changed to not require the “scheme”
nice work!
j
yea i think so. it seem to be have been removed
👍 1