dnaeon / go-vcr

Record and replay your HTTP interactions for fast, deterministic and accurate tests
BSD 2-Clause "Simplified" License
1.26k stars 78 forks source link

Replaying mode fails without a cassette #66

Closed lox closed 3 years ago

lox commented 3 years ago

Replaying mode now fails with cassette.ErrCassetteNotFound when the cassette isn't found.

Fixes #65

dnaeon commented 3 years ago

Thanks, @lox !