ropensci / vcr

Record and replay HTTP requests
https://docs.ropensci.org/vcr
Other
77 stars 12 forks source link

some tests failing with dev webmockr #178

Closed sckott closed 3 years ago

sckott commented 4 years ago
test-ause_cassette_match_requests_on_json.R:22: error: use_cassette: match_requests_on - JSON-encoded body w/ crul
argument is of length zero

test-ause_cassette_match_requests_on_json.R:74: error: use_cassette: match_requests_on - JSON-encoded body w/ httr
argument is of length zero

seems to be coming from https://github.com/ropensci/webmockr/blob/master/R/adapter.R#L265

sckott commented 3 years ago

can not replicate this anymore.