Tarcio Saraiva

Results 5 comments of Tarcio Saraiva

Keen to know if something is planned to fix this?

FWIW using `TF_LOG=debug` exposes the API key sent on requests - might expose other information as well. At a minimum this should be scrubbed or not logged.

OK I think I found the cause. In pact-support there are two `matcher` methods that check the difference excluding the query string: - https://github.com/bethesque/pact-support/blob/master/lib/pact/consumer_contract/request.rb#L33 - https://github.com/bethesque/pact-support/blob/master/lib/pact/consumer_contract/request.rb#L39 Both of them are...

@bethesque regarding your question above > What does it do if you send GET /projects to it? Same thing? Not quite. The log above shows that a request for the...

> @tarciosaraiva Thanks for the PR! We have looked at it and there's a bit of a concern that this may be a too narrow use-case for adding into the...