Closed joshua-badger closed 2 years ago
I've also verified this occurs in version 1.4.5
, which is the version I started developing with.
False alarm, I forgot the body
kwarg on will_respond_with
, and so it assumed my expected_response
was a dictionary of headers.
I am writing a contract test, but using EachLike gives me what appears to be a ruby traceback. I'm not certain what is causing it.
Traceback from my pytest run. This is the only failure, and other instances of using
EachLike
work as expected. This failure occurs whether running with or withoutpytest-xdist
enabled.According to poetry: