From 3b85d1585681ed07534fbb1f86de15a863f586b3 Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Tue, 3 Sep 2024 10:43:17 -0500 Subject: [PATCH] not sure why httpbin.org is failing --- tests/test-ci/test-chrome.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-ci/test-chrome.R b/tests/test-ci/test-chrome.R index 022e169f..912905d3 100644 --- a/tests/test-ci/test-chrome.R +++ b/tests/test-ci/test-chrome.R @@ -32,7 +32,7 @@ assert('find_chrome() finds Chrome executable', { }) assert('chrome_print() works with an url', { - (is_pdf(print_pdf('http://httpbin.org/html'))) + (is_pdf(print_pdf('https://example.org'))) }) assert('chrome_print() works with a local file path', {