Fix issues caused by HttpRequest API change in Python 3
Review Request #10922 — Created Feb. 26, 2020 and submitted — Latest diff uploaded
Python 3's urllib changed the request object so that instead of having a
get_data
method, there's now just adata
attribute. It turns out
that this attribute also existed in Python 2, although it wasn't the
official API. This change modifies the idonethis tests to use that
everywhere.
Ran rbintegrations unit tests.