Skip to content

Commit a8c90e2

Browse files
committed
Fixed typo: 'armadillo_ping.url' to 'armadillo.url'
1 parent d68f8f6 commit a8c90e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/testthat/connection_to_datasets/login_details.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if ((ds.test_env$driver == "DSLiteDriver") || (ds.test_env$driver == "OpalDriver
5757
armadillo.url <- "http://localhost:8080/"
5858
}
5959

60-
ds.test_env$ping_url <- armadillo_ping.url
60+
ds.test_env$ping_url <- armadillo.url
6161
ds.test_env$ping_user <- getOption("armadillo.user", "admin")
6262
ds.test_env$ping_password <- getOption("armadillo.password", "admin")
6363
ds.test_env$ping_options <- "list(timeout=5)"

0 commit comments

Comments
 (0)