Skip to content

Commit ed1daab

Browse files
committed
Also remove env var in this test
1 parent dd169c6 commit ed1daab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testthat/test-render.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ test_that("metadata-file and metadata are merged in quarto_render", {
5454

5555
test_that("quarto_args in quarto_render", {
5656
skip_if_no_quarto()
57+
withr::local_envvar(list(QUARTO_R_QUIET = NA))
5758
qmd <- local_qmd_file(c("content"))
5859
local_quarto_run_echo_cmd()
5960
withr::local_dir(dirname(qmd))

0 commit comments

Comments
 (0)