Closed sbambey closed 9 years ago
@sbambey you are making signed requests to AWS so each request has a unique signature and timestamp.
I suggest you use partial query matching and only focus on these attributes that don't change: https://github.com/bblimke/webmock#matching-partial-query-params-using-hash
That solved it for me. Thanks so much!
I am stubbing a request to the Amazon Product advertising exactly as is recommended in the error message I am receiving:
My code can be seen here:
Note the missing
to_return
in the registered stub. I can't seem to figure out what I am doing wrong.