Closed erluti closed 4 years ago
config/initializers/integration_recorder.rb has configuration for VCR filters. Currently it filters for <MVI_URL>. Change this to <MPI_URL> and update corresponding vcr cassettes.
config/initializers/integration_recorder.rb
<MVI_URL>
<MPI_URL>
We need to learn more about how vcr_cassettes interact with our different environments and what it means to change this text.
config/initializers/integration_recorder.rb
has configuration for VCR filters. Currently it filters for<MVI_URL>
. Change this to<MPI_URL>
and update corresponding vcr cassettes.