Skip to content

Commit

Permalink
update httptest redactor
Browse files Browse the repository at this point in the history
  • Loading branch information
tanho63 authored May 29, 2024
1 parent 20f2cbd commit 5126f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/httptest/redact.R
Original file line number Diff line number Diff line change
@@ -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/") %>%
Expand Down

0 comments on commit 5126f8e

Please sign in to comment.