We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3dc614 commit 265b9a6Copy full SHA for 265b9a6
tests/testthat/test-plotly-getfigure.R
@@ -39,7 +39,7 @@ test_that("can add traces to a subplot figure", {
39
40
test_that("posting a hidden plot returns a secret key", {
41
skip_on_cran()
42
- res <- plotly_POST(plot_ly(), sharing = "hidden")
+ res <- plotly_POST(plot_ly(), sharing = "secret")
43
key <- strsplit(res$url, "=")[[1]][2]
44
expect_true(nchar(key) > 1)
45
})
0 commit comments