Skip to content

Commit

Permalink
remove httpbin.org urls in test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed May 23, 2023
1 parent 75d824d commit 1b76ad3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/testthat/helper-crul.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ hb <- function(x = NULL) if (is.null(x)) base_url else paste0(base_url, x)
# check various httpbin servers
urls <- c(
"https://hb.opencpu.org",
"https://nghttp2.org/httpbin",
"https://httpbin.org",
"http://httpbin.org"
"https://nghttp2.org/httpbin"
)
h <- curl::new_handle(timeout = 10, failonerror = FALSE)
out <- list()
Expand Down

0 comments on commit 1b76ad3

Please sign in to comment.