Skip to content

Commit 4d863a6

Browse files
committed
try downloading with curl
1 parent 0051d1c commit 4d863a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/testthat.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ if (report_diffs || build_table) {
3333
)
3434
download.file(
3535
"https://raw.githubusercontent.com/ropensci/plotly/master/inst/htmlwidgets/lib/plotlyjs/plotly-latest.min.js",
36-
file.path(table_dir, "template", "Old.min.js")
36+
file.path(table_dir, "template", "Old.min.js"),
37+
method = "curl"
3738
)
3839
# directory for placing test differences
3940
this_dir <- file.path(table_dir, this_hash)

0 commit comments

Comments
 (0)