diff --git a/inst/httptest/redact.R b/inst/httptest/redact.R index 8bd3d232..85bbf9b7 100644 --- a/inst/httptest/redact.R +++ b/inst/httptest/redact.R @@ -1,6 +1,6 @@ httptest::set_redactor( function(response){ - httptest::gsub_response(response,"https\\://fantasy.espn.com/apis/v3/games/ffl/","espn/") %>% + httptest::gsub_response(response,"https\\://.*fantasy.espn.com/apis/v3/games/ffl/","espn/") %>% httptest::gsub_response("https\\://api.myfantasyleague.com/","mfl/") %>% httptest::gsub_response("https\\://api.sleeper.app/","sleeper/") %>% httptest::gsub_response("https\\://www.fleaflicker.com/","flea/") %>%