library("vcr") # *Required* as vcr is set up on loading with_stubbed_credentials({ invisible(vcr::vcr_configure( filter_sensitive_data = list( "<<>>" = air:::get_key() |> result::value(), "<<>>" = air:::get_model() |> result::value() ), dir = vcr::vcr_test_path("fixtures") )) })