Skip to content

Commit 1a13355

Browse files
committed
Also remove env var in this test
1 parent 573ed24 commit 1a13355

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
@@ -48,6 +48,7 @@ test_that("metadata-file and metadata are merged in quarto_render", {
4848

4949
test_that("quarto_args in quarto_render", {
5050
skip_if_no_quarto()
51+
withr::local_envvar(list(QUARTO_R_QUIET = NA))
5152
qmd <- local_qmd_file(c("content"))
5253
local_quarto_run_echo_cmd()
5354
withr::local_dir(dirname(qmd))

0 commit comments

Comments
 (0)