Skip to content

Commit 265b9a6

Browse files
committed
hidden should be secret
1 parent f3dc614 commit 265b9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-plotly-getfigure.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ test_that("can add traces to a subplot figure", {
3939

4040
test_that("posting a hidden plot returns a secret key", {
4141
skip_on_cran()
42-
res <- plotly_POST(plot_ly(), sharing = "hidden")
42+
res <- plotly_POST(plot_ly(), sharing = "secret")
4343
key <- strsplit(res$url, "=")[[1]][2]
4444
expect_true(nchar(key) > 1)
4545
})

0 commit comments

Comments
 (0)