Hi All,
Is there a way to replace the authorization token while running the mvn pact:verify command.
Problem Statement:
When Consumer sent a Pact file, it has one auth token and Pact file will be verified immediately.
But when i want to check the same pact file again, the consumer token would have expired.so in order to solve this problem i am trying to replace the token in the consumer pact file and run against the provider.
Could you please let me know is there any way to solve this problem?
Thanks in Advance