Hi, expect_request(method='get', ... should work. as `get` and `GET` really means the same thing in terms of http verbs.
Hi,
expect_request(method='get', ...
should work. as
getandGETreally means the same thing in terms of http verbs.