diff --git a/tests/testthat/helper-outpack-http.R b/tests/testthat/helper-outpack-http.R index e4f61820..ad5f10a1 100644 --- a/tests/testthat/helper-outpack-http.R +++ b/tests/testthat/helper-outpack-http.R @@ -2,7 +2,8 @@ mock_headers <- function(...) { structure(list(...), class = c("insensitive", "list")) } -mock_response <- function(content, status = 200L, wrap = TRUE, download = NULL) { +mock_response <- function(content, status = 200L, wrap = TRUE, + download = NULL) { headers <- mock_headers() if (!is.null(download)) { headers <- mock_headers("content-type" = "application/octet-stream")