lVlayhem

Results 1 comments of lVlayhem

I was able to assert request payload and headers (!) by using assert_called_with ```python m.assert_called_with(url, method, data={'grant_type': 'client_credentials'}, auth=BasicAuth(login='client id', password='client secret', encoding='latin1')) ```