Closed babysnakes closed 10 years ago
Adding basic_auth before each execution of RestClient causes other users of RestClient to send invalid auth.
RestClient
Please note that I only use a small subset of the library and I only tested the following:
get_companies
post_companies
delete_companies
It certainly can use more testing :(
Thanks
Looks good to me, thanks for the PR!
It's on my long-term todo list to get proper automated tests up and running...some day...
Adding basic_auth before each execution of
RestClient
causes other users of RestClient to send invalid auth.Please note that I only use a small subset of the library and I only tested the following:
get_companies
post_companies
delete_companies
It certainly can use more testing :(
Thanks