You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However the fixture still lives in a series of subfolders that ignore the call to httptest::set_requester().
I've set a browser() in that call when running the test interactively to check how the request was amended. It is amended correctly! So something else is going wrong further down the line at the stage of creating the files? I'm a bit lost. 😅
The text was updated successfully, but these errors were encountered:
👋 here!
I'm trying to apply https://enpiar.com/r/httptest/index.html#how-do-i-fix-non-portable-file-paths
I've made a minimal example to show what does not work: https://github.com/maelle/teeest
with_mock_dir()
.inst/httptest/request.R
.However the fixture still lives in a series of subfolders that ignore the call to
httptest::set_requester()
.I've set a
browser()
in that call when running the test interactively to check how the request was amended. It is amended correctly! So something else is going wrong further down the line at the stage of creating the files? I'm a bit lost. 😅The text was updated successfully, but these errors were encountered: