Skip to content

Commit 96f62ef

Browse files
restore test app_name
1 parent 5123683 commit 96f62ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/app/server.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ server <- function(input, output, session) {
7272
# shiny::shinyOptions don't make it through
7373

7474
# base directory contains data_dir folder
75-
app_name <- getShinyOption('app_name', 'test_app')
75+
app_name <- getShinyOption('app_name', 'test_user')
7676
data_dir <- getShinyOption('data_dir', 'tests/testthat/test_data_dir')
7777

7878
# path where pert queries will be stored

0 commit comments

Comments
 (0)