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
works fine on the date its run, but then e.g., the next day it's run the date generated in Sys.Date() will be the next day, and then vcr will error and complain that the request doesn't match the fixture in foobar.
vcr/vcr#154 either 1) before_record/before_playback hooks or 2) custom request matcher
The text was updated successfully, but these errors were encountered:
timefuzz and clock are still in development - working for the most part BUT the problem is that monkey patching in R is not allowed, so to be able to mock time you'd have to import, or at least suggest, clock and maybe timefuzz too - some may not want to add additional imports just to mock time, but some will
e.g.,
works fine on the date its run, but then e.g., the next day it's run the date generated in
Sys.Date()
will be the next day, and then vcr will error and complain that the request doesn't match the fixture infoobar
.vcr/vcr#154 either 1)
before_record
/before_playback
hooks or 2) custom request matcherThe text was updated successfully, but these errors were encountered: