Skip to content

Commit

Permalink
not sure why httpbin.org is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Sep 3, 2024
1 parent 1463882 commit 3b85d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-ci/test-chrome.R
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down

0 comments on commit 3b85d15

Please sign in to comment.