diff --git a/tests/testthat/test-gs_download.R b/tests/testthat/test-gs_download.R index 392eaa5..62c5600 100644 --- a/tests/testthat/test-gs_download.R +++ b/tests/testthat/test-gs_download.R @@ -3,9 +3,7 @@ testthat::test_that("Download a Slide ", { if (.Platform$OS.type != "windows") { output_dir = tempdir() outfile = ottrpal::include_slide( - paste0("https://docs.google.com/presentation/d/", - "12DPZgPteQBwgal6kSPP58zhPhjZ7QSPZLe3NkA8M3eo/", - "edit#slide=id.gc87451c247_0_17"), + "https://docs.google.com/presentation/d/1-7UvgVq5tP1pasTEErUM3bJFH2fU_pilH6i6_81CCXU/edit#slide=id.p", output_dir = output_dir, overwrite = FALSE) testthat::expect_true(file.exists(outfile))