Skip to content

Commit

Permalink
Fix errant :::
Browse files Browse the repository at this point in the history
  • Loading branch information
nealrichardson committed Nov 7, 2023
1 parent 3afd6ef commit 3e6f8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/capture-requests.R
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ start_capturing <- function(simplify = TRUE) {
} else {
httptest2::save_response(
redactor(resp),
file = httptest2:::build_mock_url(redactor(req)),
file = httptest2::build_mock_url(redactor(req)),
simplify = simplify
)
}
Expand Down

0 comments on commit 3e6f8cc

Please sign in to comment.